|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--ComponentMapper
| Field Summary | |
(package private) static boolean |
debug
Spam out debuggin information, if debug is true |
private java.util.Hashtable |
hashHierarchicalComponentsToHashtable
Maps (basic) hierarchical components to another hashtable, that TextualInstantiation to TextualInstantiation, namely those that correspond to the instantiation of the component in this context. |
| Constructor Summary | |
ComponentMapper()
Default Constructor |
|
| Method Summary | |
void |
enterTextualInstantiation(org.w3c.dom.Element component,
TextualInstantiation tinst,
TextualInstantiation subTinst)
Create an entry in Component * TextualInstantiation ---> TextualInstantiation The first TextualInstantiation is the declaringContext, the result TextualInstantiation is the (sub-)declared one. |
TextualInstantiation |
retrieveTextualInstantiation(org.w3c.dom.Element component,
TextualInstantiation tinst)
Get the TextualInstantiation according to the mapping Component * TextualInstantiation ---> TextualInstantiation The first TextualInstantiation is the declaringContext, the result TextualInstantiation is the (sub-)declared one. If the TextualInstantiation is not entered yet, it is created with the empty constructor. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.util.Hashtable hashHierarchicalComponentsToHashtable
GlobalJoinstatic boolean debug
| Constructor Detail |
public ComponentMapper()
| Method Detail |
public TextualInstantiation retrieveTextualInstantiation(org.w3c.dom.Element component,
TextualInstantiation tinst)
throws java.lang.Exception
public void enterTextualInstantiation(org.w3c.dom.Element component,
TextualInstantiation tinst,
TextualInstantiation subTinst)
throws java.lang.Exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||