public class TokensLine
extends java.lang.Object
| Constructor and Description |
|---|
TokensLine(int startUnit,
int endUnit,
int startLine,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndLine()
Same as
getStartLine() |
int |
getEndUnit() |
int |
getHashCode() |
int |
getStartLine() |
int |
getStartUnit() |
java.lang.String |
getValue() |
public TokensLine(int startUnit,
int endUnit,
int startLine,
java.lang.String value)
public java.lang.String getValue()
public int getStartLine()
public int getEndLine()
getStartLine()public int getHashCode()
public int getStartUnit()
public int getEndUnit()