Class ASTOperandString
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.ASTOperandString
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionASTOperandString(Token token, int tokenPosition, Scope scope, String identifier) ASTOperandString(Token token, int tokenPosition, String constantString) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods 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
genCode, getBoolean, getCodeGen, getNumber, getParent, getToken, getTokenPosition, getValueType, returnType, setParent