|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.kilim.repository.TemplateDescriptionParser.ContextData
This private class is just a data container used to store information on the stack. The "parsingPhase" field indicates the nature of the parsed element, objectKind the nature of the stored object and object the reference to the information itself.
Field Summary | |
(package private) java.lang.Object |
object
|
(package private) int |
objectKind
|
(package private) int |
parsingPhase
|
Constructor Summary | |
TemplateDescriptionParser.ContextData(int aPhase,
int aKind,
java.lang.Object aObject)
Method ContextData. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int parsingPhase
int objectKind
java.lang.Object object
Constructor Detail |
public TemplateDescriptionParser.ContextData(int aPhase, int aKind, java.lang.Object aObject)
aPhase
- : the parsing phase (which identifies unambiguously to the parsed element)aKind
- : the kind of the stored object.aObject
- : the reference to the object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |