Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTAmbiguousName
Packages that use ASTAmbiguousName
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTAmbiguousName in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTAmbiguousNameMethod parameters in net.sourceforge.pmd.lang.java.ast with type arguments of type ASTAmbiguousNameModifier and TypeMethodDescriptionstatic voidInternalApiBridge.retryDisambigWithCtx(NodeStream<? extends ASTAmbiguousName> nodes, net.sourceforge.pmd.lang.java.symbols.table.internal.ReferenceCtx ctx, JSymbolTable symbolTable) -
Uses of ASTAmbiguousName in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTAmbiguousNameModifier and TypeMethodDescriptionUnnecessaryImportRule.visit(ASTAmbiguousName node, Object data)