Class ASTOperandIdentifier
java.lang.Object
com.hypixel.hytale.server.npc.util.expression.compile.ast.AST
com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperand
com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperandIdentifier
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionASTOperandIdentifier(ValueType returnType, Token token, int tokenPosition, String identifier) -
Method Summary
Methods inherited from class com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperand
createFromOperand, createFromParsedTokenMethods inherited from class com.hypixel.hytale.server.npc.util.expression.compile.ast.AST
asOperand, genCode, getBoolean, getCodeGen, getNumber, getParent, getString, getToken, getTokenPosition, getValueType, returnType, setParent
-
Field Details
-
identifier
-
-
Constructor Details
-
ASTOperandIdentifier
-
-
Method Details
-
getIdentifier
-
isConstant
public boolean isConstant()- Specified by:
isConstantin classAST
-