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 TypeMethodDescriptionvoid
ILookAheadBuffer.consume()
Consumes the first element of the buffer.void
ILookAheadBuffer.init()
ILookAheadBuffer.lookAhead
(int depth) Looks ahead by a depth amount.void
ILookAheadBuffer.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 TypeMethodDescriptionvoid
LookAheadBuffer.consume()
Consumes the first element in the buffervoid
LookAheadBuffer.init()
LookAheadBuffer.lookAhead
(int depth) IScanner.next()
Each call to next returns a new token,JavaCoreScanner.next()
void
LookAheadBuffer.setLookAheadDepth
(int depth)