| Modifier | Constructor and Description |
|---|---|
protected |
RefExprImpl()
The default constructor.
|
protected |
RefExprImpl(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 RefExprImpl (e.g., ic >= sl)
|
RefExprImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this RefExprImpl
for equality.
|
Object[] |
getChildren() |
Boolean |
getExplicit()
Returns the Explicit element.
|
ExprList |
getExprList()
Returns the ExprList element.
|
Boolean |
getMixfix()
Returns the Mixfix element.
|
Name |
getName()
Returns the Name element.
|
ZExprList |
getZExprList()
This is a convenience method.
|
ZName |
getZName()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this RefExprImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setExplicit(Boolean explicit)
Sets the Explicit element.
|
void |
setExprList(ExprList exprList)
Sets the ExprList element.
|
void |
setMixfix(Boolean mixfix)
Sets the Mixfix element.
|
void |
setName(Name name)
Sets the Name element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected RefExprImpl()
object factory.protected RefExprImpl(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 RefExprImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public void setName(Name name)
RefExprsetName in interface RefExprname - the Name element.RefExpr.getName()public ExprList getExprList()
RefExprgetExprList in interface RefExprpublic void setExprList(ExprList exprList)
RefExprsetExprList in interface RefExprexprList - the ExprList element.RefExpr.getExprList()public ZExprList getZExprList()
getZExprList in interface RefExprpublic Boolean getMixfix()
RefExprpublic void setMixfix(Boolean mixfix)
RefExprsetMixfix in interface RefExprmixfix - the Mixfix element.RefExpr.getMixfix()public Boolean getExplicit()
RefExprgetExplicit in interface RefExprpublic void setExplicit(Boolean explicit)
RefExprsetExplicit in interface RefExprexplicit - the Explicit element.RefExpr.getExplicit()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.