Uses of Interface
net.sourceforge.pmd.lang.java.ast.JavaParserControllessVisitor
-
Packages that use JavaParserControllessVisitor Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.metrics.impl.visitors -
-
Uses of JavaParserControllessVisitor in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement JavaParserControllessVisitor Modifier and Type Class Description classJavaParserControllessVisitorAdapterAST visitor that doesn't take over control (doesn't drive the visit itself).classJavaParserVisitorDecoratorDecorates a control less visitor.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type JavaParserControllessVisitor Modifier and Type Method Description voidJavaParserVisitorDecorator. setBase(JavaParserControllessVisitor base)Constructors in net.sourceforge.pmd.lang.java.ast with parameters of type JavaParserControllessVisitor Constructor Description JavaParserDecoratedVisitor(JavaParserControllessVisitor baseVisitor)Creates a decorated visitor using the parameter as the base visitor. -
Uses of JavaParserControllessVisitor in net.sourceforge.pmd.lang.java.metrics.impl.visitors
Classes in net.sourceforge.pmd.lang.java.metrics.impl.visitors that implement JavaParserControllessVisitor Modifier and Type Class Description classCycloAssertAwareDecoratorclassCycloBaseVisitorVisitor calculating cyclo without counting boolean operators.classCycloPathAwareDecoratorDecorator which counts the complexity of boolean expressions for Cyclo.classNcssBaseVisitorDefault visitor for the calculation of Ncss.classNcssCountImportsDecoratorDecorator which counts imports.
-