Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTModifierOrAnnotation
-
Packages that use ASTModifierOrAnnotation Package Description net.sourceforge.pmd.lang.apex.ast net.sourceforge.pmd.lang.apex.rule -
-
Uses of ASTModifierOrAnnotation in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTModifierOrAnnotation Modifier and Type Method Description Object
ApexParserVisitor. visit(ASTModifierOrAnnotation node, Object data)
Object
ApexParserVisitorAdapter. visit(ASTModifierOrAnnotation node, Object data)
-
Uses of ASTModifierOrAnnotation in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTModifierOrAnnotation Modifier and Type Method Description Object
AbstractApexRule. visit(ASTModifierOrAnnotation node, Object data)
-