Package gw.internal.gosu.parser
Class PositionToken
java.lang.Object
gw.lang.parser.IToken
gw.internal.gosu.parser.Token
gw.internal.gosu.parser.PositionToken
-
Field Summary
FieldsFields inherited from class gw.internal.gosu.parser.Token
_after, _bAnalyzingDirective, _bAnalyzingSeparately, _bUnterminated, _iColumn, _iDocLength, _iDocPosition, _iInvalidCharPos, _iLine, _iLineOffset, _iType, _keyword, _strValue, _turd
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gw.internal.gosu.parser.Token
assignContent, collapse, copy, copyInto, create, getAfter, getInvalidCharPos, getKeyword, getLine, getLineOffset, getMyTextFromSource, getStringValue, getText, getTokenColumn, getTurd, init, isAnalyzingDirective, isAnalyzingSeparately, isValueKeyword, setAfter, toString
-
Field Details
-
_pos
-
_iTokenStart
private int _iTokenStart -
_iTokenEnd
private int _iTokenEnd
-
-
Constructor Details
-
PositionToken
-
-
Method Details
-
getPos
-
getType
public int getType() -
getTokenStart
public int getTokenStart()- Overrides:
getTokenStart
in classToken
-
getTokenEnd
public int getTokenEnd()- Overrides:
getTokenEnd
in classToken
-