Uses of Enum Class
com.strobel.decompiler.languages.java.ast.UnaryOperatorType
Packages that use UnaryOperatorType
-
Uses of UnaryOperatorType in com.strobel.decompiler.languages.java.ast
Subclasses with type arguments of type UnaryOperatorType in com.strobel.decompiler.languages.java.astFields in com.strobel.decompiler.languages.java.ast declared as UnaryOperatorTypeMethods in com.strobel.decompiler.languages.java.ast that return UnaryOperatorTypeModifier and TypeMethodDescriptionfinal UnaryOperatorTypeUnaryOperatorExpression.getOperator()static UnaryOperatorTypeReturns the enum constant of this class with the specified name.static UnaryOperatorType[]UnaryOperatorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.decompiler.languages.java.ast with parameters of type UnaryOperatorTypeModifier and TypeMethodDescription(package private) static ObjectJavaResolver.UnaryOperations.doUnary(UnaryOperatorType operator, Object operand) static TokenRoleUnaryOperatorExpression.getOperatorRole(UnaryOperatorType operator) final voidUnaryOperatorExpression.setOperator(UnaryOperatorType operator) Constructors in com.strobel.decompiler.languages.java.ast with parameters of type UnaryOperatorTypeModifierConstructorDescriptionUnaryOperatorExpression(UnaryOperatorType operator, Expression expression)