public abstract class ActionDImpl extends Action1Impl implements ActionD
ActionD.| Modifier | Constructor and Description |
|---|---|
protected |
ActionDImpl()
The default constructor.
|
protected |
ActionDImpl(BaseFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> v)
Accepts a visitor.
|
boolean |
equals(Object obj)
Compares the specified object with this ActionDImpl
for equality.
|
DeclList |
getDeclList()
Returns the DeclList element.
|
ZDeclList |
getZDeclList()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this ActionDImpl.
|
void |
setDeclList(DeclList declList)
Sets the DeclList element.
|
getCircusAction, setCircusActionannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCircusAction, setCircusActionprotected ActionDImpl()
object factory.protected ActionDImpl(BaseFactory factory)
public boolean equals(Object obj)
equals in class Action1Implpublic int hashCode()
hashCode in class Action1Implpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class Action1Implpublic DeclList getDeclList()
ActionDgetDeclList in interface ActionDpublic void setDeclList(DeclList declList)
ActionDsetDeclList in interface ActionDdeclList - the DeclList element.ActionD.getDeclList()public ZDeclList getZDeclList()
getZDeclList in interface ActionDCopyright © 2003–2016 Community Z Tools Project. All rights reserved.