|
|||||||||
| Home >> All >> com >> trapezium >> [ parse overview ] | PREV NEXT | ||||||||
Uses of Class
com.trapezium.parse.TokenFactory
| Uses of TokenFactory in com.trapezium.parse |
| Methods in com.trapezium.parse with parameters of type TokenFactory | |
void |
TokenEnumerator.addLine(java.lang.String line,
TokenFactory t)
Add a line to the list of lines |
void |
TokenEnumerator.addLine(java.lang.StringBuffer line,
TokenFactory t)
Add a line to the list of lines |
void |
TokenEnumerator.addLine(int offset,
int len,
byte[] sourceArray,
TokenFactory t)
Optimized add line, takes bytes from source array. |
(package private) void |
TokenEnumerator.processLine(TokenFactory t,
com.trapezium.util.ByteString line,
int lineNumber)
|
protected boolean |
TokenEnumerator.processLine(TokenFactory t,
int fileDataOffset,
int lineNumber)
Create tokens for a line |
|
|||||||||
| Home >> All >> com >> trapezium >> [ parse overview ] | PREV NEXT | ||||||||