HyCodeYourTale
classpublicPriority 3

OperatorUnary

com.hypixel.hytale.server.npc.util.expression.compile.OperatorUnary

3

Methods

3

Public Methods

4

Fields

1

Constructors

Constructors

private
OperatorUnary(Token token, ValueType argument, ValueType result, Function<Scope, ExecutionContext.Instruction> codeGen)

Methods

Public Methods (3)

public
Function<Scope, ExecutionContext.Instruction> getCodeGen()
public
ValueType getResultType()
public
boolean hasCodeGen()

Fields

Private/Package Fields (4)

privateValueType argument
privateFunction<Scope, ExecutionContext.Instruction> codeGen
privateValueType result
privateToken token

Related Classes