|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A factory used to create instances of hierarchy node implementations. Loaders that use the element hierarchy should implement this factory so as to provide their own implementations of hierarchy element nodes.
ClassChildren
,
SourceChildren
Method Summary | |
Node |
createClassNode(ClassElement element)
Make a node representing a class. |
Node |
createConstructorNode(ConstructorElement element)
Make a node representing a constructor. |
Node |
createErrorNode()
Make a node indicating that there was an error creating the element children. |
Node |
createFieldNode(FieldElement element)
Make a node representing a field. |
Node |
createInitializerNode(InitializerElement element)
Make a node representing an initializer. |
Node |
createMethodNode(MethodElement element)
Make a node representing a method. |
Node |
createWaitNode()
Make a node indicating that the creation of children is still under way. |
Method Detail |
public Node createConstructorNode(ConstructorElement element)
element
- the constructorpublic Node createMethodNode(MethodElement element)
element
- the methodpublic Node createFieldNode(FieldElement element)
element
- the fieldpublic Node createInitializerNode(InitializerElement element)
element
- the initializerpublic Node createClassNode(ClassElement element)
element
- the classpublic Node createWaitNode()
public Node createErrorNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |