net.sourceforge.pmd.lang.java.symboltable
Class NameFinder

java.lang.Object
  extended by net.sourceforge.pmd.lang.java.symboltable.NameFinder

public class NameFinder
extends Object


Constructor Summary
NameFinder(ASTPrimaryExpression node)
           
 
Method Summary
 List<JavaNameOccurrence> getNames()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameFinder

public NameFinder(ASTPrimaryExpression node)
Method Detail

getNames

public List<JavaNameOccurrence> getNames()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2015 InfoEther. All Rights Reserved.