public class WithCommandImpl extends ComplexCommandImpl implements WithCommand
WithCommand.| Modifier | Constructor and Description |
|---|---|
protected |
WithCommandImpl()
The default constructor.
|
protected |
WithCommandImpl(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 WithCommandImpl (e.g., ic >= sl)
|
WithCommandImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this WithCommandImpl
for equality.
|
Object[] |
getChildren() |
Boolean |
getEnabled()
Returns the Enabled element.
|
int |
hashCode()
Returns the hash code value for this WithCommandImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setEnabled(Boolean enabled)
Sets the Enabled element.
|
getExpr, getNameList, getPred, getZNameList, setExpr, setNameList, setPredgetProofCommand, setProofCommandgetProofStep, setProofStepannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExpr, getNameList, getPred, getZNameList, setExpr, setNameList, setPredgetProofCommand, setProofCommandgetProofStep, setProofStepprotected WithCommandImpl()
object factory.protected WithCommandImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
equals in class ComplexCommandImplpublic int hashCode()
hashCode in class ComplexCommandImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class ComplexCommandImplpublic WithCommandImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public Boolean getEnabled()
WithCommandgetEnabled in interface WithCommandpublic void setEnabled(Boolean enabled)
WithCommandsetEnabled in interface WithCommandenabled - the Enabled element.WithCommand.getEnabled()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.