net.sourceforge.pmd.symboltable
Class NameOccurrences

java.lang.Object
  extended bynet.sourceforge.pmd.symboltable.NameOccurrences

public class NameOccurrences
extends java.lang.Object


Field Summary
private  java.util.List names
           
 
Constructor Summary
NameOccurrences(ASTPrimaryExpression node)
           
 
Method Summary
private  void add(NameOccurrence name)
           
private  void buildOccurrences(ASTPrimaryExpression node)
           
private  void checkForNameChild(SimpleNode node)
           
 java.util.List getNames()
           
 java.util.Iterator iterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

names

private java.util.List names
Constructor Detail

NameOccurrences

public NameOccurrences(ASTPrimaryExpression node)
Method Detail

getNames

public java.util.List getNames()

iterator

public java.util.Iterator iterator()

buildOccurrences

private void buildOccurrences(ASTPrimaryExpression node)

checkForNameChild

private void checkForNameChild(SimpleNode node)

add

private void add(NameOccurrence name)

toString

public java.lang.String toString()