Modifier | Constructor and Description |
---|---|
protected |
AxParaImpl()
The default constructor.
|
protected |
AxParaImpl(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 AxParaImpl (e.g., ic >= sl)
|
AxParaImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this AxParaImpl
for equality.
|
Box |
getBox()
Returns the Box element.
|
Object[] |
getChildren() |
ZNameList |
getName() |
NameList |
getNameList()
Returns the NameList element.
|
SchText |
getSchText()
Returns the SchText element.
|
ZNameList |
getZNameList()
This is a convenience method.
|
ZSchText |
getZSchText()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this AxParaImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setBox(Box box)
Sets the Box element.
|
void |
setNameList(NameList nameList)
Sets the NameList element.
|
void |
setSchText(SchText schText)
Sets the SchText element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toString
protected AxParaImpl()
object factory
.protected AxParaImpl(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 AxParaImpl create(Object[] args)
public Object[] getChildren()
getChildren
in interface Term
public static long instanceCount()
public NameList getNameList()
AxPara
getNameList
in interface AxPara
public void setNameList(NameList nameList)
AxPara
setNameList
in interface AxPara
nameList
- the NameList element.AxPara.getNameList()
public ZNameList getZNameList()
getZNameList
in interface AxPara
public SchText getSchText()
AxPara
getSchText
in interface AxPara
public void setSchText(SchText schText)
AxPara
setSchText
in interface AxPara
schText
- the SchText element.AxPara.getSchText()
public void setBox(Box box)
AxPara
setBox
in interface AxPara
box
- the Box element.AxPara.getBox()
public ZSchText getZSchText()
getZSchText
in interface AxPara
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.