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 class
JavaParserControllessVisitorAdapter
Deprecated.Visitor decorators are deprecated because they lead to fragile code.class
JavaParserVisitorDecorator
Deprecated.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 void
JavaParserVisitorDecorator. 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 class
CycloAssertAwareDecorator
Deprecated.Visitor decorators are deprecated because they lead to fragile code.class
CycloBaseVisitor
Deprecated.Visitor decorators are deprecated because they lead to fragile code.class
CycloPathAwareDecorator
Deprecated.Visitor decorators are deprecated because they lead to fragile code.class
NcssBaseVisitor
Deprecated.Visitor decorators are deprecated because they lead to fragile code.class
NcssCountImportsDecorator
Deprecated.Visitor decorators are deprecated because they lead to fragile code.
-