edu.isi.pegasus.planner.parser
public class ParserStackElement extends Object
SiteCatalogParser.| Modifier and Type | Field and Description |
|---|---|
private String |
mElement |
private Object |
mObject |
| Constructor and Description |
|---|
ParserStackElement(String name,
Object obj)
The overloaded constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getElementName()
Returns the element name.
|
Object |
getElementObject()
Returns the object referred to by the element.
|