public class LetVarActionImpl extends LetActionImpl implements LetVarAction
LetVarAction.| Modifier | Constructor and Description |
|---|---|
protected |
LetVarActionImpl()
The default constructor.
|
protected |
LetVarActionImpl(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 LetVarActionImpl (e.g., ic >= sl)
|
LetVarActionImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this LetVarActionImpl
for equality.
|
Object[] |
getChildren() |
DeclList |
getDeclList()
Returns the DeclList element.
|
ExprList |
getExprList()
Returns the ExprList element.
|
ZDeclList |
getZDeclList()
This is a convenience method.
|
ZExprList |
getZExprList()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this LetVarActionImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setDeclList(DeclList declList)
Sets the DeclList element.
|
void |
setExprList(ExprList exprList)
Sets the ExprList element.
|
getCircusAction, setCircusActionannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCircusAction, setCircusActionprotected LetVarActionImpl()
object factory.protected LetVarActionImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
equals in class LetActionImplpublic int hashCode()
hashCode in class LetActionImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class LetActionImplpublic LetVarActionImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public DeclList getDeclList()
LetVarActiongetDeclList in interface LetVarActionpublic void setDeclList(DeclList declList)
LetVarActionsetDeclList in interface LetVarActiondeclList - the DeclList element.LetVarAction.getDeclList()public ZDeclList getZDeclList()
getZDeclList in interface LetVarActionpublic ExprList getExprList()
LetVarActiongetExprList in interface LetVarActionpublic void setExprList(ExprList exprList)
LetVarActionsetExprList in interface LetVarActionexprList - the ExprList element.LetVarAction.getExprList()public ZExprList getZExprList()
getZExprList in interface LetVarActionCopyright © 2003–2016 Community Z Tools Project. All rights reserved.