Modifier and Type | Field and Description |
---|---|
protected TParseTreeNode |
constant |
protected Pair3<Long,Long,String> |
endPosition |
protected String |
fullName |
protected long |
id |
protected String |
name |
protected Pair3<Long,Long,String> |
startPosition |
Constructor and Description |
---|
Constant(TParseTreeNode constant) |
Modifier and Type | Method and Description |
---|---|
TParseTreeNode |
getConstantObject() |
Pair3<Long,Long,String> |
getEndPosition() |
String |
getFullName() |
long |
getId() |
String |
getName() |
Pair3<Long,Long,String> |
getStartPosition() |
protected long id
protected Pair3<Long,Long,String> startPosition
protected Pair3<Long,Long,String> endPosition
protected TParseTreeNode constant
public Constant(TParseTreeNode constant)
public long getId()
public String getFullName()
public Pair3<Long,Long,String> getStartPosition()
public Pair3<Long,Long,String> getEndPosition()
public TParseTreeNode getConstantObject()