Uses of Enum
com.github.javaparser.ast.expr.AssignExpr.Operator
Packages that use AssignExpr.Operator
-
Uses of AssignExpr.Operator in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return AssignExpr.OperatorModifier and TypeMethodDescriptionAssignExpr.getOperator()static AssignExpr.OperatorReturns the enum constant of this type with the specified name.static AssignExpr.Operator[]AssignExpr.Operator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javaparser.ast.expr that return types with arguments of type AssignExpr.OperatorMethods in com.github.javaparser.ast.expr with parameters of type AssignExpr.OperatorConstructors in com.github.javaparser.ast.expr with parameters of type AssignExpr.OperatorModifierConstructorDescriptionAssignExpr(Expression target, Expression value, AssignExpr.Operator operator)AssignExpr(TokenRange tokenRange, Expression target, Expression value, AssignExpr.Operator operator)This constructor is used by the parser and is considered private.