public class VarDeclCommandImpl extends CircusCommandImpl implements VarDeclCommand
VarDeclCommand.| Modifier | Constructor and Description |
|---|---|
protected |
VarDeclCommandImpl()
The default constructor.
|
protected |
VarDeclCommandImpl(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 VarDeclCommandImpl (e.g., ic >= sl)
|
VarDeclCommandImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this VarDeclCommandImpl
for equality.
|
Object[] |
getChildren() |
CircusAction |
getCircusAction()
Returns the CircusAction element.
|
DeclList |
getDeclList()
Returns the DeclList element.
|
ZDeclList |
getZDeclList()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this VarDeclCommandImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setCircusAction(CircusAction circusAction)
Sets the CircusAction element.
|
void |
setDeclList(DeclList declList)
Sets the DeclList element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected VarDeclCommandImpl()
object factory.protected VarDeclCommandImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
equals in class CircusCommandImplpublic int hashCode()
hashCode in class CircusCommandImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class CircusCommandImplpublic VarDeclCommandImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public DeclList getDeclList()
VarDeclCommandgetDeclList in interface VarDeclCommandpublic void setDeclList(DeclList declList)
VarDeclCommandsetDeclList in interface VarDeclCommanddeclList - the DeclList element.VarDeclCommand.getDeclList()public ZDeclList getZDeclList()
getZDeclList in interface VarDeclCommandpublic CircusAction getCircusAction()
VarDeclCommandgetCircusAction in interface VarDeclCommandpublic void setCircusAction(CircusAction circusAction)
VarDeclCommandsetCircusAction in interface VarDeclCommandcircusAction - the CircusAction element.VarDeclCommand.getCircusAction()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.