Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTSwitchStatement
-
Packages that use ASTSwitchStatement Package Description net.sourceforge.pmd.lang.apex.ast net.sourceforge.pmd.lang.apex.metrics.impl.visitors net.sourceforge.pmd.lang.apex.rule -
-
Uses of ASTSwitchStatement in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTSwitchStatement Modifier and Type Method Description ObjectApexParserVisitor. visit(ASTSwitchStatement node, Object data)ObjectApexParserVisitorAdapter. visit(ASTSwitchStatement node, Object data) -
Uses of ASTSwitchStatement in net.sourceforge.pmd.lang.apex.metrics.impl.visitors
Methods in net.sourceforge.pmd.lang.apex.metrics.impl.visitors with parameters of type ASTSwitchStatement Modifier and Type Method Description ObjectCognitiveComplexityVisitor. visit(ASTSwitchStatement node, Object data) -
Uses of ASTSwitchStatement in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTSwitchStatement Modifier and Type Method Description ObjectAbstractApexRule. visit(ASTSwitchStatement node, Object data)
-