public class ProofCommandInfoImpl extends TermImpl implements ProofCommandInfo
ProofCommandInfo.| Modifier | Constructor and Description |
|---|---|
protected |
ProofCommandInfoImpl()
The default constructor.
|
protected |
ProofCommandInfoImpl(BaseFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> v)
Accepts a visitor.
|
static boolean |
countingFinaliser()
public attribute determining whether to log to the
standard output information about who is creating
this instance of ProofCommandInfoImpl (e.g., ic >= sl)
|
ProofCommandInfoImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this ProofCommandInfoImpl
for equality.
|
Object[] |
getChildren() |
ProofStepKind |
getProofStepKind()
Returns the ProofStepKind element.
|
BigInteger |
getProofStepRank()
Returns the ProofStepRank element.
|
ProofStepScope |
getProofStepScope()
Returns the ProofStepScope element.
|
int |
hashCode()
Returns the hash code value for this ProofCommandInfoImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setProofStepKind(ProofStepKind proofStepKind)
Sets the ProofStepKind element.
|
void |
setProofStepRank(BigInteger proofStepRank)
Sets the ProofStepRank element.
|
void |
setProofStepScope(ProofStepScope proofStepScope)
Sets the ProofStepScope element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected ProofCommandInfoImpl()
object factory.protected ProofCommandInfoImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public ProofCommandInfoImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public BigInteger getProofStepRank()
ProofCommandInfogetProofStepRank in interface ProofCommandInfopublic void setProofStepRank(BigInteger proofStepRank)
ProofCommandInfosetProofStepRank in interface ProofCommandInfoproofStepRank - the ProofStepRank element.ProofCommandInfo.getProofStepRank()public ProofStepKind getProofStepKind()
ProofCommandInfogetProofStepKind in interface ProofCommandInfopublic void setProofStepKind(ProofStepKind proofStepKind)
ProofCommandInfosetProofStepKind in interface ProofCommandInfoproofStepKind - the ProofStepKind element.ProofCommandInfo.getProofStepKind()public ProofStepScope getProofStepScope()
ProofCommandInfogetProofStepScope in interface ProofCommandInfopublic void setProofStepScope(ProofStepScope proofStepScope)
ProofCommandInfosetProofStepScope in interface ProofCommandInfoproofStepScope - the ProofStepScope element.ProofCommandInfo.getProofStepScope()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.