|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.sposh.elements.PrimitiveCall
public final class PrimitiveCall
This class represents reference to some other element. The reference consists from
| Constructor Summary | |
|---|---|
protected |
PrimitiveCall(PrimitiveCall original)
Copy constructor. |
protected |
PrimitiveCall(String name)
Create reference without arguments |
protected |
PrimitiveCall(String name,
Arguments arguments)
Create reference to element. |
| Method Summary | |
|---|---|
String |
getName()
|
Arguments |
getParameters()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected PrimitiveCall(String name)
name - Name of the referenced element.protected PrimitiveCall(PrimitiveCall original)
original - Original primitive call from which we take the data.
protected PrimitiveCall(String name,
Arguments arguments)
name - Name of referenced element.arguments - Arguments passed to the referenced element.| Method Detail |
|---|
public String getName()
public Arguments getParameters()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||