HyCodeYourTale
classpublicPriority 3

OperatorBinary

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

2

Methods

2

Public Methods

5

Fields

1

Constructors

Constructors

private
OperatorBinary(Token token, ValueType lhs, ValueType rhs, ValueType result, Function<Scope, ExecutionContext.Instruction> codeGen)

Methods

Public Methods (2)

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

Fields

Private/Package Fields (5)

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

Related Classes