public class Constant extends Object
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 String fullName
protected String name
protected TParseTreeNode constant
public Constant(TParseTreeNode constant)
public long getId()
public String getFullName()
public TParseTreeNode getConstantObject()
public String getName()
Copyright © 2023. All rights reserved.