Uses of Enum Class
com.github.javaparser.ast.expr.UnaryExpr.Operator
Packages that use UnaryExpr.Operator
-
Uses of UnaryExpr.Operator in com.github.javaparser.ast.expr
Fields in com.github.javaparser.ast.expr declared as UnaryExpr.OperatorMethods in com.github.javaparser.ast.expr that return UnaryExpr.OperatorModifier and TypeMethodDescriptionUnaryExpr.getOperator()
static UnaryExpr.Operator
Returns the enum constant of this class with the specified name.static UnaryExpr.Operator[]
UnaryExpr.Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.javaparser.ast.expr with parameters of type UnaryExpr.OperatorConstructors in com.github.javaparser.ast.expr with parameters of type UnaryExpr.OperatorModifierConstructorDescriptionUnaryExpr
(Expression expression, UnaryExpr.Operator operator) UnaryExpr
(TokenRange tokenRange, Expression expression, UnaryExpr.Operator operator) This constructor is used by the parser and is considered private.