java.lang.Object
com.ibm.dtfj.javacore.parser.framework.scanner.ParserToken
- All Implemented Interfaces:
IParserToken
-
Constructor Summary
ConstructorsConstructorDescriptionParserToken
(int length, int offset, int lineNumber, String type, String value) -
Method Summary
-
Constructor Details
-
ParserToken
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLength
in interfaceIParserToken
-
getOffset
public int getOffset()- Specified by:
getOffset
in interfaceIParserToken
-
getType
Description copied from interface:IParserToken
Usually the attribute name of data (e.g., "tid", "className", etc..)- Specified by:
getType
in interfaceIParserToken
- Returns:
- type
-
getValue
- Specified by:
getValue
in interfaceIParserToken
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumber
in interfaceIParserToken
-