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 AssignmentOperatorASTAssignmentExpression. getOp()static AssignmentOperatorAssignmentOperator. valueOf(apex.jorje.data.ast.AssignmentOp op)Returns aAssignmentOperatorcorresponding to the givenAssignmentOp.static AssignmentOperatorAssignmentOperator. 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.
-