Uses of Class
net.sourceforge.pmd.lang.java.ast.JavaParserVisitorDecorator
-
Packages that use JavaParserVisitorDecorator 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 JavaParserVisitorDecorator in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type JavaParserVisitorDecorator Modifier and Type Method Description voidJavaParserDecoratedVisitor. decorateWith(JavaParserVisitorDecorator decorator)Deprecated.Adds a decorator to this decorated visitor. -
Uses of JavaParserVisitorDecorator in net.sourceforge.pmd.lang.java.metrics.impl.visitors
Subclasses of JavaParserVisitorDecorator in net.sourceforge.pmd.lang.java.metrics.impl.visitors Modifier and Type Class Description classCycloAssertAwareDecoratorDeprecated.Visitor decorators are deprecated because they lead to fragile code.classCycloPathAwareDecoratorDeprecated.Visitor decorators are deprecated because they lead to fragile code.classNcssCountImportsDecoratorDeprecated.Visitor decorators are deprecated because they lead to fragile code.
-