HyCodeYourTale
classpublicPriority 3

ASTOperandIdentifier

com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperandIdentifier

extends ASTOperand

2

Methods

2

Public Methods

1

Fields

1

Constructors

Constructors

public
ASTOperandIdentifier(ValueType returnType, Token token, int tokenPosition, String identifier)

Methods

Public Methods (2)

public
String getIdentifier()
public
boolean isConstant()
@Override

Fields

Private/Package Fields (1)

privateString identifier

Related Classes