Uses of Enum
org.teavm.ast.UnaryOperation
Packages that use UnaryOperation
-
Uses of UnaryOperation in org.teavm.ast
Methods in org.teavm.ast that return UnaryOperationModifier and TypeMethodDescriptionUnaryExpr.getOperation()
static UnaryOperation
Returns the enum constant of this type with the specified name.static UnaryOperation[]
UnaryOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.ast with parameters of type UnaryOperationModifier and TypeMethodDescriptionvoid
UnaryExpr.setOperation(UnaryOperation operation)
static Expr
Expr.unary(UnaryOperation op, OperationType type, Expr arg)