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 UnaryOperationReturns 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 TypeMethodDescriptionvoidUnaryExpr.setOperation(UnaryOperation operation) static ExprExpr.unary(UnaryOperation op, OperationType type, Expr arg)