public class ProofScriptImpl extends ParaImpl implements ProofScript
ProofScript.| Modifier | Constructor and Description |
|---|---|
protected |
ProofScriptImpl()
The default constructor.
|
protected |
ProofScriptImpl(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 ProofScriptImpl (e.g., ic >= sl)
|
ProofScriptImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this ProofScriptImpl
for equality.
|
Object[] |
getChildren() |
Name |
getName()
Returns the Name element.
|
ProofCommandList |
getProofCommandList()
Returns the ProofCommandList element.
|
ZName |
getZName()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this ProofScriptImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setName(Name name)
Sets the Name element.
|
void |
setProofCommandList(ProofCommandList proofCommandList)
Sets the ProofCommandList element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected ProofScriptImpl()
object factory.protected ProofScriptImpl(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 ProofScriptImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public Name getName()
ProofScriptgetName in interface ProofScriptpublic void setName(Name name)
ProofScriptsetName in interface ProofScriptname - the Name element.ProofScript.getName()public ProofCommandList getProofCommandList()
ProofScriptgetProofCommandList in interface ProofScriptpublic void setProofCommandList(ProofCommandList proofCommandList)
ProofScriptsetProofCommandList in interface ProofScriptproofCommandList - the ProofCommandList element.ProofScript.getProofCommandList()public ZName getZName()
ProofScriptgetZName in interface ProofScriptCopyright © 2003–2016 Community Z Tools Project. All rights reserved.