Modifier and Type | Field and Description |
---|---|
protected Set<UMod.ClassDef> |
allclassdefs |
protected Map<String,UMod.Item> |
alldefs |
protected Map<UMod.FieldDef,UMod.FieldDef> |
concrete2abstractField |
protected String |
docu |
protected CheckedMap_RD<UMod.Item,CheckedList<String>> |
docutexts |
protected List<UMod.ExtDeclaration> |
extBySequence |
protected Set<UMod.ClassDef> |
has_explicit_0ary_constructor |
protected Set<UMod.ClassDef> |
has_implicit_0ary_constructor |
protected String |
ident |
protected List<UMod.Javablock> |
javablocks |
protected Map<String,UMod.ClassDef> |
topclassdefsbyname |
protected Map<String,UMod.VisitorHint> |
visitorhints |
Modifier and Type | Method and Description |
---|---|
protected void |
add_docutexts(UMod.Item i,
String s) |
void |
descend_extBySequence(UMod.Visitor v) |
void |
descend_topclassdefsbyname(UMod.Visitor v) |
Set<UMod.ClassDef> |
get_allclassdefs() |
Map<String,UMod.Item> |
get_alldefs() |
String |
get_docu() |
String |
get_ident() |
Map<String,UMod.ClassDef> |
get_topclassdefsbyname() |
protected Map<String,UMod.VisitorHint> |
get_visitorhints() |
boolean |
set_docu(String d) |
get_location, set_location
protected String ident
protected String docu
protected Set<UMod.ClassDef> allclassdefs
protected Map<String,UMod.ClassDef> topclassdefsbyname
protected Map<String,UMod.VisitorHint> visitorhints
protected List<UMod.Javablock> javablocks
protected CheckedMap_RD<UMod.Item,CheckedList<String>> docutexts
protected Set<UMod.ClassDef> has_explicit_0ary_constructor
protected Set<UMod.ClassDef> has_implicit_0ary_constructor
protected Map<UMod.FieldDef,UMod.FieldDef> concrete2abstractField
protected List<UMod.ExtDeclaration> extBySequence
public Forest(String id)
public String get_ident()
public String get_docu()
public boolean set_docu(String d)
public Set<UMod.ClassDef> get_allclassdefs()
public Map<String,UMod.ClassDef> get_topclassdefsbyname()
public void descend_topclassdefsbyname(UMod.Visitor v)
public void descend_extBySequence(UMod.Visitor v)
protected Map<String,UMod.VisitorHint> get_visitorhints()
see also the complete user documentation .