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