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 classJavaParserControllessVisitorAdapterDeprecated.Visitor decorators are deprecated because they lead to fragile code.classJavaParserVisitorDecoratorDeprecated.Visitor decorators are deprecated because they lead to fragile code.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type JavaParserControllessVisitor Modifier and Type Method Description voidJavaParserVisitorDecorator. setBase(JavaParserControllessVisitor base)Deprecated.Constructors in net.sourceforge.pmd.lang.java.ast with parameters of type JavaParserControllessVisitor Constructor Description JavaParserDecoratedVisitor(JavaParserControllessVisitor baseVisitor)Deprecated.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 classCycloAssertAwareDecoratorDeprecated.Visitor decorators are deprecated because they lead to fragile code.classCycloBaseVisitorDeprecated.Visitor decorators are deprecated because they lead to fragile code.classCycloPathAwareDecoratorDeprecated.Visitor decorators are deprecated because they lead to fragile code.classNcssBaseVisitorDeprecated.Visitor decorators are deprecated because they lead to fragile code.classNcssCountImportsDecoratorDeprecated.Visitor decorators are deprecated because they lead to fragile code.
-