-
- All Known Implementing Classes:
ParserToken
public interface IParserTokenAtomic unit for the parsing procedure. Usually generated by the scanner into a lookahead buffer, and then consumed at a higher level by the section parser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLength()intgetLineNumber()intgetOffset()StringgetType()Usually the attribute name of data (e.g., "tid", "className", etc..)StringgetValue()
-