Class OperatorUnary
java.lang.Object
com.hypixel.hytale.server.npc.util.expression.compile.OperatorUnary
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateOperatorUnary(Token token, ValueType argument, ValueType result, Function<Scope, ExecutionContext.Instruction> codeGen) -
Method Summary
Modifier and TypeMethodDescriptionstatic OperatorUnaryfindOperator(Token token, ValueType type) booleanprivate static OperatorUnaryof(Token token, ValueType argument, ValueType result, Function<Scope, ExecutionContext.Instruction> codeGen)
-
Field Details
-
token
-
argument
-
result
-
codeGen
-
operators
-
-
Constructor Details
-
OperatorUnary
-
-
Method Details
-
hasCodeGen
public boolean hasCodeGen() -
getResultType
-
getCodeGen
-
of
@Nonnull private static OperatorUnary of(Token token, ValueType argument, ValueType result, Function<Scope, ExecutionContext.Instruction> codeGen) -
findOperator
-