public abstract class ProofCommandImpl extends TermImpl implements ProofCommand
ProofCommand.| Modifier | Constructor and Description |
|---|---|
protected |
ProofCommandImpl()
The default constructor.
|
protected |
ProofCommandImpl(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 ProofCommandImpl
for equality.
|
BigInteger |
getProofStep()
Returns the ProofStep element.
|
int |
hashCode()
Returns the hash code value for this ProofCommandImpl.
|
void |
setProofStep(BigInteger proofStep)
Sets the ProofStep element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected ProofCommandImpl()
object factory.protected ProofCommandImpl(BaseFactory factory)
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public BigInteger getProofStep()
ProofCommandgetProofStep in interface ProofCommandpublic void setProofStep(BigInteger proofStep)
ProofCommandsetProofStep in interface ProofCommandproofStep - the ProofStep element.ProofCommand.getProofStep()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.