org.objectweb.kilim.repository
Class TemplateDescriptionParser.ContextData

java.lang.Object
  extended byorg.objectweb.kilim.repository.TemplateDescriptionParser.ContextData
Enclosing class:
TemplateDescriptionParser

private class TemplateDescriptionParser.ContextData
extends java.lang.Object

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

parsingPhase

int parsingPhase

objectKind

int objectKind

object

java.lang.Object object
Constructor Detail

TemplateDescriptionParser.ContextData

public TemplateDescriptionParser.ContextData(int aPhase,
                                             int aKind,
                                             java.lang.Object aObject)
Method ContextData.

Parameters:
aPhase - : the parsing phase (which identifies unambiguously to the parsed element)
aKind - : the kind of the stored object.
aObject - : the reference to the object.