org.acm.seguin.pmd.cpd.cppast
Class Declaration

java.lang.Object
  extended by org.acm.seguin.pmd.cpd.cppast.Declaration

public class Declaration
extends java.lang.Object

Holds the various attributes of a declaration. This is filled up as the declaration is parsed.


Constructor Summary
Declaration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Declaration

public Declaration()