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