Class OperatorBinary
java.lang.Object
com.hypixel.hytale.server.npc.util.expression.compile.OperatorBinary
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateOperatorBinary(Token token, ValueType lhs, ValueType rhs, ValueType result, Function<Scope, ExecutionContext.Instruction> codeGen) -
Method Summary
Modifier and TypeMethodDescriptionstatic OperatorBinaryfindOperator(Token token, ValueType lhs, ValueType rhs) private static OperatorBinaryof(Token token, ValueType lhs, ValueType rhs, ValueType result, Function<Scope, ExecutionContext.Instruction> codeGen)
-
Field Details
-
token
-
lhs
-
rhs
-
result
-
codeGen
-
operators
-
-
Constructor Details
-
OperatorBinary
-
-
Method Details
-
getResultType
-
getCodeGen
-
of
@Nonnull private static OperatorBinary of(Token token, ValueType lhs, ValueType rhs, ValueType result, Function<Scope, ExecutionContext.Instruction> codeGen) -
findOperator
-