public abstract class ParActionImpl extends Action2Impl implements ParAction
ParAction.| Modifier | Constructor and Description |
|---|---|
protected |
ParActionImpl()
The default constructor.
|
protected |
ParActionImpl(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 ParActionImpl
for equality.
|
NameSet |
getLeftNameSet() |
ListTerm<NameSet> |
getNameSet()
Returns the NameSet elements.
|
NameSet |
getRightNameSet() |
int |
hashCode()
Returns the hash code value for this ParActionImpl.
|
void |
setLeftNameSet(NameSet alpha) |
void |
setRightNameSet(NameSet alpha) |
getCircusAction, getLeftAction, getRightAction, setLeftAction, setRightActionannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCircusAction, getLeftAction, getRightAction, setLeftAction, setRightActionprotected ParActionImpl()
object factory.protected ParActionImpl(BaseFactory factory)
public boolean equals(Object obj)
equals in class Action2Implpublic int hashCode()
hashCode in class Action2Implpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class Action2Implpublic ListTerm<NameSet> getNameSet()
ParActionReturns the NameSet elements.
To add or remove elements, use the methods provided by the List interface (that's why there is no need for a setter method).
getNameSet in interface ParActionpublic NameSet getLeftNameSet()
getLeftNameSet in interface ParActionpublic void setLeftNameSet(NameSet alpha)
setLeftNameSet in interface ParActionpublic NameSet getRightNameSet()
getRightNameSet in interface ParActionpublic void setRightNameSet(NameSet alpha)
setRightNameSet in interface ParActionCopyright © 2003–2016 Community Z Tools Project. All rights reserved.