HyCodeYourTale
classpublicPriority 3

Expression

com.hypixel.hytale.server.npc.util.expression.Expression

7

Methods

7

Public Methods

1

Fields

1

Constructors

Constructors

public
Expression()

Methods

Public Methods (7)

public
ValueType compile(String expression, Scope scope, List<ExecutionContext.Instruction> instructions, boolean fullResolve)
public
ValueType compile(String expression, Scope compileScope, List<ExecutionContext.Instruction> instructions)
publicstatic
ValueType compileStatic(String expression, Scope scope, List<ExecutionContext.Instruction> instructions)
public
ExecutionContext evaluate(String expression, Scope scope)
@Nonnull
public
ExecutionContext execute(List<ExecutionContext.Instruction> instructions, Scope scope)
@Nonnull
public
ExecutionContext execute(ExecutionContext.Instruction[] instructions, Scope scope)
@Nonnull
publicstatic
Lexer<Token> getLexerInstance()
@Nonnull

Fields

Private/Package Fields (1)

privateExecutionContext executionContext

Related Classes