Class ASTOperandNumberArray
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.ASTOperandNumberArray
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionASTOperandNumberArray(Token token, int tokenPosition, double[] constantNumberArray) ASTOperandNumberArray(Token token, int tokenPosition, Scope scope, String identifier) ASTOperandNumberArray(Token token, int tokenPosition, Stack<AST> operandStack, int firstArgument, int argumentCount) -
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
genCode, getBoolean, getCodeGen, getNumber, getParent, getString, getToken, getTokenPosition, getValueType, returnType, setParent
-
Field Details
-
constantNumberArray
private final double[] constantNumberArray
-
-
Constructor Details
-
ASTOperandNumberArray
-
ASTOperandNumberArray
-
ASTOperandNumberArray
-
-
Method Details
-
isConstant
public boolean isConstant()- Specified by:
isConstantin classAST
-
asOperand
-