HyCodeYourTale
classpublicPriority 3

ASTOperatorUnary

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

extends ASTOperator

2

Methods

2

Public Methods

0

Fields

1

Constructors

Constructors

public
ASTOperatorUnary(OperatorUnary operatorUnary, Token token, int tokenPosition, AST argument)

Methods

Public Methods (2)

publicstatic
void fromUnaryOperator(Parser.ParsedToken operand, CompileContext compileContext)

throws ParseException

public
boolean isConstant()
@Override

Related Classes