public class AssignmentPairsImpl extends TermImpl implements AssignmentPairs
AssignmentPairs.| Modifier | Constructor and Description |
|---|---|
protected |
AssignmentPairsImpl()
The default constructor.
|
protected |
AssignmentPairsImpl(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 AssignmentPairsImpl (e.g., ic >= sl)
|
AssignmentPairsImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this AssignmentPairsImpl
for equality.
|
Object[] |
getChildren() |
NameList |
getLHS()
Returns the LHS element.
|
ExprList |
getRHS()
Returns the RHS element.
|
ZNameList |
getZLHS()
This is a convenience method.
|
ZExprList |
getZRHS()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this AssignmentPairsImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setLHS(NameList lHS)
Sets the LHS element.
|
void |
setRHS(ExprList rHS)
Sets the RHS element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected AssignmentPairsImpl()
object factory.protected AssignmentPairsImpl(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 AssignmentPairsImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public NameList getLHS()
AssignmentPairsgetLHS in interface AssignmentPairspublic void setLHS(NameList lHS)
AssignmentPairssetLHS in interface AssignmentPairslHS - the LHS element.AssignmentPairs.getLHS()public ExprList getRHS()
AssignmentPairsgetRHS in interface AssignmentPairspublic void setRHS(ExprList rHS)
AssignmentPairssetRHS in interface AssignmentPairsrHS - the RHS element.AssignmentPairs.getRHS()public ZNameList getZLHS()
AssignmentPairsgetZLHS in interface AssignmentPairspublic ZExprList getZRHS()
AssignmentPairsgetZRHS in interface AssignmentPairsCopyright © 2003–2016 Community Z Tools Project. All rights reserved.