classpublicPriority 3
ASTOperandBoolean
com.hypixel.hytale.server.npc.util.expression.compile.ast.ASTOperandBoolean
extends ASTOperand
3
Methods
3
Public Methods
1
Fields
2
Constructors
Constructors
public
ASTOperandBoolean(Token token, int tokenPosition, boolean value)public
ASTOperandBoolean(Token token, int tokenPosition, Scope scope, String identifier)Methods
Public Methods (3)
public
ExecutionContext.Operand asOperand()@Nonnull@Override
public
boolean getBoolean()@Override
public
boolean isConstant()@Override
Fields
Private/Package Fields (1)
private
boolean constantBool