Uses of Class
com.ibm.dtfj.javacore.parser.framework.scanner.ScannerException
-
Packages that use ScannerException Package Description com.ibm.dtfj.javacore.parser.framework.parser com.ibm.dtfj.javacore.parser.framework.scanner -
-
Uses of ScannerException in com.ibm.dtfj.javacore.parser.framework.parser
Methods in com.ibm.dtfj.javacore.parser.framework.parser that throw ScannerException Modifier and Type Method Description void
ILookAheadBuffer. consume()
Consumes the first element of the buffer.void
ILookAheadBuffer. init()
IParserToken
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 ScannerException Modifier and Type Method Description void
LookAheadBuffer. consume()
Consumes the first element in the buffervoid
LookAheadBuffer. init()
IParserToken
LookAheadBuffer. lookAhead(int depth)
IParserToken
IScanner. next()
Each call to next returns a new token,IParserToken
JavaCoreScanner. next()
void
LookAheadBuffer. setLookAheadDepth(int depth)
-