Class ASTOperandBooleanArray
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.ASTOperandBooleanArray
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionASTOperandBooleanArray(Token token, int tokenPosition, boolean[] constantBoolArray) ASTOperandBooleanArray(Token token, int tokenPosition, Scope scope, String identifier) ASTOperandBooleanArray(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
-
constantBoolArray
private final boolean[] constantBoolArray
-
-
Constructor Details
-
ASTOperandBooleanArray
-
ASTOperandBooleanArray
-
ASTOperandBooleanArray
-
-
Method Details
-
isConstant
public boolean isConstant()- Specified by:
isConstantin classAST
-
asOperand
-