Uses of Class
com.ibm.dtfj.javacore.parser.framework.scanner.ScannerException
Packages that use ScannerException
Package
Description
-
Uses of ScannerException in com.ibm.dtfj.javacore.parser.framework.parser
Methods in com.ibm.dtfj.javacore.parser.framework.parser that throw ScannerExceptionModifier and TypeMethodDescriptionvoidILookAheadBuffer.consume()Consumes the first element of the buffer.voidILookAheadBuffer.init()ILookAheadBuffer.lookAhead(int depth) Looks ahead by a depth amount.voidILookAheadBuffer.setLookAheadDepth(int depth) Depth of the lookahead can be changed after creation. -
Uses of ScannerException in com.ibm.dtfj.javacore.parser.framework.scanner
Methods in com.ibm.dtfj.javacore.parser.framework.scanner that throw ScannerExceptionModifier and TypeMethodDescriptionvoidLookAheadBuffer.consume()Consumes the first element in the buffervoidLookAheadBuffer.init()LookAheadBuffer.lookAhead(int depth) IScanner.next()Each call to next returns a new token,JavaCoreScanner.next()voidLookAheadBuffer.setLookAheadDepth(int depth)