|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.cpd.cppast.Declaration
Holds the various attributes of a declaration. This is filled up as the declaration is parsed.
Field Summary | |
(package private) boolean |
isClass
class/struct/union is indicated by CLASS. |
(package private) boolean |
isTypedef
Indicates if this is a typedef declaration. |
(package private) java.lang.String |
name
Name of the declarator. |
(package private) Scope |
scope
Scopename. |
Constructor Summary | |
Declaration()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
boolean isClass
boolean isTypedef
java.lang.String name
Scope scope
Constructor Detail |
public Declaration()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |