Uses of Enum
com.github.javaparser.ast.expr.AssignExpr.Operator
Packages that use AssignExpr.Operator
-
Uses of AssignExpr.Operator in com.github.javaparser
Methods in com.github.javaparser that return AssignExpr.OperatorModifier and TypeMethodDescriptionfinal AssignExpr.Operator
GeneratedJavaParser.AssignmentOperator()
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.26 -
Uses of AssignExpr.Operator in com.github.javaparser.ast.expr
Fields in com.github.javaparser.ast.expr declared as AssignExpr.OperatorMethods in com.github.javaparser.ast.expr that return AssignExpr.OperatorModifier and TypeMethodDescriptionAssignExpr.getOperator()
static AssignExpr.Operator
Returns 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.