public abstract class ComplexCommandImpl extends WrappedCommandImpl implements ComplexCommand
ComplexCommand.| Modifier | Constructor and Description |
|---|---|
protected |
ComplexCommandImpl()
The default constructor.
|
protected |
ComplexCommandImpl(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 ComplexCommandImpl
for equality.
|
Expr |
getExpr()
Returns the Expr element.
|
NameList |
getNameList()
Returns the NameList element.
|
Pred |
getPred()
Returns the Pred element.
|
ZNameList |
getZNameList()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this ComplexCommandImpl.
|
void |
setExpr(Expr expr)
Sets the Expr element.
|
void |
setNameList(NameList nameList)
Sets the NameList element.
|
void |
setPred(Pred pred)
Sets the Pred element.
|
getProofCommand, setProofCommandgetProofStep, setProofStepannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProofCommand, setProofCommandgetProofStep, setProofStepprotected ComplexCommandImpl()
object factory.protected ComplexCommandImpl(BaseFactory factory)
public boolean equals(Object obj)
equals in class WrappedCommandImplpublic int hashCode()
hashCode in class WrappedCommandImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class WrappedCommandImplpublic NameList getNameList()
ComplexCommandgetNameList in interface ComplexCommandpublic void setNameList(NameList nameList)
ComplexCommandsetNameList in interface ComplexCommandnameList - the NameList element.ComplexCommand.getNameList()public ZNameList getZNameList()
getZNameList in interface ComplexCommandpublic Expr getExpr()
ComplexCommandgetExpr in interface ComplexCommandpublic void setExpr(Expr expr)
ComplexCommandsetExpr in interface ComplexCommandexpr - the Expr element.ComplexCommand.getExpr()public Pred getPred()
ComplexCommandgetPred in interface ComplexCommandpublic void setPred(Pred pred)
ComplexCommandsetPred in interface ComplexCommandpred - the Pred element.ComplexCommand.getPred()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.