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