Uses of Class
net.sourceforge.pmd.lang.apex.ast.AssignmentOperator
-
Packages that use AssignmentOperator Package Description net.sourceforge.pmd.lang.apex.ast -
-
Uses of AssignmentOperator in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast that return AssignmentOperator Modifier and Type Method Description AssignmentOperator
ASTAssignmentExpression. getOp()
static AssignmentOperator
AssignmentOperator. valueOf(apex.jorje.data.ast.AssignmentOp op)
Returns aAssignmentOperator
corresponding to the givenAssignmentOp
.static AssignmentOperator
AssignmentOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssignmentOperator[]
AssignmentOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-