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
Fields in com.strobel.decompiler.languages.java.ast declared as UnaryOperatorTypeMethods in com.strobel.decompiler.languages.java.ast that return UnaryOperatorTypeModifier and TypeMethodDescriptionfinal UnaryOperatorType
UnaryOperatorExpression.getOperator()
static UnaryOperatorType
Returns 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 Object
JavaResolver.UnaryOperations.doUnary
(UnaryOperatorType operator, Object operand) static TokenRole
UnaryOperatorExpression.getOperatorRole
(UnaryOperatorType operator) final void
UnaryOperatorExpression.setOperator
(UnaryOperatorType operator) Constructors in com.strobel.decompiler.languages.java.ast with parameters of type UnaryOperatorTypeModifierConstructorDescriptionUnaryOperatorExpression
(UnaryOperatorType operator, Expression expression)