public class AssignmentCommandImpl extends CircusCommandImpl implements AssignmentCommand
AssignmentCommand.| Modifier | Constructor and Description |
|---|---|
protected |
AssignmentCommandImpl()
The default constructor.
|
protected |
AssignmentCommandImpl(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 AssignmentCommandImpl (e.g., ic >= sl)
|
AssignmentCommandImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this AssignmentCommandImpl
for equality.
|
AssignmentPairs |
getAssignmentPairs()
Returns the AssignmentPairs element.
|
Object[] |
getChildren() |
int |
hashCode()
Returns the hash code value for this AssignmentCommandImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setAssignmentPairs(AssignmentPairs assignmentPairs)
Sets the AssignmentPairs element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected AssignmentCommandImpl()
object factory.protected AssignmentCommandImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
equals in class CircusCommandImplpublic int hashCode()
hashCode in class CircusCommandImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class CircusCommandImplpublic AssignmentCommandImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public AssignmentPairs getAssignmentPairs()
AssignmentCommandgetAssignmentPairs in interface AssignmentCommandpublic void setAssignmentPairs(AssignmentPairs assignmentPairs)
AssignmentCommandsetAssignmentPairs in interface AssignmentCommandassignmentPairs - the AssignmentPairs element.AssignmentCommand.getAssignmentPairs()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.