Uses of Class
org.teavm.ast.UnaryOperation
-
Packages that use UnaryOperation Package Description org.teavm.ast -
-
Uses of UnaryOperation in org.teavm.ast
Methods in org.teavm.ast that return UnaryOperation Modifier and Type Method Description UnaryOperationUnaryExpr. getOperation()static UnaryOperationUnaryOperation. valueOf(String name)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 UnaryOperation Modifier and Type Method Description voidUnaryExpr. setOperation(UnaryOperation operation)static ExprExpr. unary(UnaryOperation op, OperationType type, Expr arg)
-