net.sourceforge.pmd.cpd.cppast
Class Declaration

java.lang.Object
  extended bynet.sourceforge.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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Declaration

public Declaration()