Class NameFinder
- java.lang.Object
-
- net.sourceforge.pmd.lang.java.symboltable.NameFinder
-
@Deprecated @InternalApi public class NameFinder extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description NameFinder(ASTPrimaryExpression node)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<JavaNameOccurrence>
getNames()
Deprecated.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
NameFinder
public NameFinder(ASTPrimaryExpression node)
Deprecated.
-
-
Method Detail
-
getNames
public List<JavaNameOccurrence> getNames()
Deprecated.
-
-