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