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