HyCodeYourTale
classpublicPriority 3

ASTOperandBooleanArray

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

extends ASTOperand

2

Methods

2

Public Methods

1

Fields

3

Constructors

Constructors

public
ASTOperandBooleanArray(Token token, int tokenPosition, boolean[] constantBoolArray)
public
ASTOperandBooleanArray(Token token, int tokenPosition, Scope scope, String identifier)
public
ASTOperandBooleanArray(Token token, int tokenPosition, Stack<AST> operandStack, int firstArgument, int argumentCount)

Methods

Public Methods (2)

public
ExecutionContext.Operand asOperand()
@Nonnull@Override
public
boolean isConstant()
@Override

Fields

Private/Package Fields (1)

privateboolean[] constantBoolArray

Related Classes