public class Token extends IToken
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assignContent(String strValue,
SourceCodeReader document) |
void |
collapse() |
IToken |
copy() |
<E extends IToken> |
copyInto(E t) |
IParseTree |
getAfter() |
int |
getInvalidCharPos() |
Keyword |
getKeyword() |
int |
getLine() |
int |
getLineOffset() |
protected String |
getMyTextFromSource(SourceCodeReader document) |
String |
getStringValue() |
String |
getText() |
int |
getTokenColumn() |
int |
getTokenEnd() |
int |
getTokenStart() |
DocCommentBlock |
getTurd() |
int |
getType() |
boolean |
isAnalyzingDirective() |
boolean |
isAnalyzingSeparately() |
boolean |
isValueKeyword() |
void |
setAfter(IParseTree after) |
String |
toString() |
protected void assignContent(String strValue, SourceCodeReader document)
public int getTokenStart()
getTokenStart in class ITokenpublic int getTokenEnd()
getTokenEnd in class ITokenpublic int getTokenColumn()
getTokenColumn in class ITokenpublic int getLineOffset()
getLineOffset in class ITokenpublic String getStringValue()
getStringValue in class ITokenpublic boolean isValueKeyword()
isValueKeyword in class ITokenpublic final Keyword getKeyword()
getKeyword in class ITokenpublic int getInvalidCharPos()
getInvalidCharPos in class ITokenpublic void setAfter(IParseTree after)
public IParseTree getAfter()
protected String getMyTextFromSource(SourceCodeReader document)
public boolean isAnalyzingSeparately()
isAnalyzingSeparately in class ITokenpublic boolean isAnalyzingDirective()
isAnalyzingDirective in class ITokenpublic DocCommentBlock getTurd()
Copyright © 2018. All rights reserved.