Package edu.isi.pegasus.planner.parser
Class ParserStackElement
- java.lang.Object
-
- edu.isi.pegasus.planner.parser.ParserStackElement
-
public class ParserStackElement extends java.lang.Object
This class keeps the name of an element and its corresponding java object reference. The structure is used by the stack inSiteCatalogParser
.- Version:
- $Revision$
- Author:
- Karan Vahi
-
-
Constructor Summary
Constructors Constructor Description ParserStackElement(java.lang.String name, java.lang.Object obj)
The overloaded constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementName()
Returns the element name.java.lang.Object
getElementObject()
Returns the object referred to by the element.
-