public static final TokenEntry EOF
@Deprecated public TokenEntry(String image, String tokenSrcID, int beginLine)
Creates a new token entry with the given informations.
image
-
tokenSrcID
-
beginLine
- the linenumber, 1-based.
public TokenEntry(String image, String tokenSrcID, int beginLine, int beginColumn, int endColumn)
Creates a new token entry with the given informations.
image
-
tokenSrcID
-
beginLine
- the linenumber, 1-based.
beginColumn
- the column number, 1-based
endColumn
- the column number, 1-based
public TokenEntry(String image, FileLocation location)
public static TokenEntry getEOF()
public static void clearImages()
public String getTokenSrcID()
public int getBeginLine()
public int getBeginColumn()
The column number where this token begins. returns -1 if not available
public int getEndColumn()
The column number where this token ends. returns -1 if not available
public int getIdentifier()
public int getIndex()
public void setHashCode(int hashCode)
public int compareTo(TokenEntry other)
compareTo
in interface Comparable<TokenEntry>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4