Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTUserInterface
-
-
Uses of ASTUserInterface in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTUserInterface Modifier and Type Method Description Object
ApexParserVisitor. visit(ASTUserInterface node, Object data)
Object
ApexParserVisitorAdapter. visit(ASTUserInterface node, Object data)
Object
ApexParserVisitorReducedAdapter. visit(ASTUserInterface node, Object data)
Deprecated. -
Uses of ASTUserInterface in net.sourceforge.pmd.lang.apex.multifile
Methods in net.sourceforge.pmd.lang.apex.multifile with parameters of type ASTUserInterface Modifier and Type Method Description Object
ApexMultifileVisitor. visit(ASTUserInterface node, Object data)
-
Uses of ASTUserInterface in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTUserInterface Modifier and Type Method Description Object
AbstractApexRule. visit(ASTUserInterface node, Object data)
-
Uses of ASTUserInterface in net.sourceforge.pmd.lang.apex.rule.bestpractices
Methods in net.sourceforge.pmd.lang.apex.rule.bestpractices with parameters of type ASTUserInterface Modifier and Type Method Description Object
AvoidGlobalModifierRule. visit(ASTUserInterface node, Object data)
-
Uses of ASTUserInterface in net.sourceforge.pmd.lang.apex.rule.codestyle
Methods in net.sourceforge.pmd.lang.apex.rule.codestyle with parameters of type ASTUserInterface Modifier and Type Method Description Object
ClassNamingConventionsRule. visit(ASTUserInterface node, Object data)
Object
VariableNamingConventionsRule. visit(ASTUserInterface node, Object data)
Deprecated. -
Uses of ASTUserInterface in net.sourceforge.pmd.lang.apex.rule.design
Methods in net.sourceforge.pmd.lang.apex.rule.design with parameters of type ASTUserInterface Modifier and Type Method Description Object
NcssTypeCountRule. visit(ASTUserInterface node, Object data)
Object
StdCyclomaticComplexityRule. visit(ASTUserInterface node, Object data)
-
Uses of ASTUserInterface in net.sourceforge.pmd.lang.apex.rule.documentation
Methods in net.sourceforge.pmd.lang.apex.rule.documentation with parameters of type ASTUserInterface Modifier and Type Method Description Object
ApexDocRule. visit(ASTUserInterface node, Object data)
-
Uses of ASTUserInterface in net.sourceforge.pmd.lang.apex.rule.errorprone
Methods in net.sourceforge.pmd.lang.apex.rule.errorprone with parameters of type ASTUserInterface Modifier and Type Method Description Object
AvoidNonExistentAnnotationsRule. visit(ASTUserInterface node, Object data)
-