public class CallActionImpl extends CircusActionImpl implements CallAction
CallAction.| Modifier | Constructor and Description |
|---|---|
protected |
CallActionImpl()
The default constructor.
|
protected |
CallActionImpl(BaseFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> v)
Accepts a visitor.
|
static boolean |
countingFinaliser()
public attribute determining whether to log to the
standard output information about who is creating
this instance of CallActionImpl (e.g., ic >= sl)
|
CallActionImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this CallActionImpl
for equality.
|
Object[] |
getChildren() |
ExprList |
getExprList()
Returns the ExprList element.
|
Name |
getName()
Returns the Name element.
|
ZExprList |
getZExprList()
This is a convenience method.
|
ZName |
getZName()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this CallActionImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setExprList(ExprList exprList)
Sets the ExprList element.
|
void |
setName(Name name)
Sets the Name element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected CallActionImpl()
object factory.protected CallActionImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
equals in class CircusActionImplpublic int hashCode()
hashCode in class CircusActionImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class CircusActionImplpublic CallActionImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public Name getName()
CallActiongetName in interface CallActionpublic void setName(Name name)
CallActionsetName in interface CallActionname - the Name element.CallAction.getName()public ExprList getExprList()
CallActiongetExprList in interface CallActionpublic void setExprList(ExprList exprList)
CallActionsetExprList in interface CallActionexprList - the ExprList element.CallAction.getExprList()public ZExprList getZExprList()
getZExprList in interface CallActionpublic ZName getZName()
CallActiongetZName in interface CallActionCopyright © 2003–2016 Community Z Tools Project. All rights reserved.