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, toString
protected 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 Term
public static long instanceCount()
public void setName(Name name)
RefExpr
setName
in interface RefExpr
name
- the Name element.RefExpr.getName()
public ExprList getExprList()
RefExpr
getExprList
in interface RefExpr
public void setExprList(ExprList exprList)
RefExpr
setExprList
in interface RefExpr
exprList
- the ExprList element.RefExpr.getExprList()
public ZExprList getZExprList()
getZExprList
in interface RefExpr
public Boolean getMixfix()
RefExpr
public void setMixfix(Boolean mixfix)
RefExpr
setMixfix
in interface RefExpr
mixfix
- the Mixfix element.RefExpr.getMixfix()
public Boolean getExplicit()
RefExpr
getExplicit
in interface RefExpr
public void setExplicit(Boolean explicit)
RefExpr
setExplicit
in interface RefExpr
explicit
- the Explicit element.RefExpr.getExplicit()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.