public abstract class WrappedCommandImpl extends ProofCommandImpl implements WrappedCommand
WrappedCommand.| Modifier | Constructor and Description |
|---|---|
protected |
WrappedCommandImpl()
The default constructor.
|
protected |
WrappedCommandImpl(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 WrappedCommandImpl
for equality.
|
ProofCommand |
getProofCommand()
Returns the ProofCommand element.
|
int |
hashCode()
Returns the hash code value for this WrappedCommandImpl.
|
void |
setProofCommand(ProofCommand proofCommand)
Sets the ProofCommand element.
|
getProofStep, setProofStepannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProofStep, setProofStepprotected WrappedCommandImpl()
object factory.protected WrappedCommandImpl(BaseFactory factory)
public boolean equals(Object obj)
equals in class ProofCommandImplpublic int hashCode()
hashCode in class ProofCommandImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class ProofCommandImplpublic ProofCommand getProofCommand()
WrappedCommandgetProofCommand in interface WrappedCommandpublic void setProofCommand(ProofCommand proofCommand)
WrappedCommandsetProofCommand in interface WrappedCommandproofCommand - the ProofCommand element.WrappedCommand.getProofCommand()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.