public class OptempParaImpl extends ParaImpl implements OptempPara
OptempPara
.Modifier | Constructor and Description |
---|---|
protected |
OptempParaImpl()
The default constructor.
|
protected |
OptempParaImpl(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 OptempParaImpl (e.g., ic >= sl)
|
OptempParaImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this OptempParaImpl
for equality.
|
Assoc |
getAssoc()
Returns the Assoc element.
|
Cat |
getCat()
Returns the Cat element.
|
Object[] |
getChildren() |
ListTerm<Oper> |
getOper()
Returns the Oper elements.
|
BigInteger |
getPrec()
Returns the Prec element.
|
int |
hashCode()
Returns the hash code value for this OptempParaImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setAssoc(Assoc assoc)
Sets the Assoc element.
|
void |
setCat(Cat cat)
Sets the Cat element.
|
void |
setPrec(BigInteger prec)
Sets the Prec element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toString
protected OptempParaImpl()
object factory
.protected OptempParaImpl(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 OptempParaImpl create(Object[] args)
public Object[] getChildren()
getChildren
in interface Term
public static long instanceCount()
public ListTerm<Oper> getOper()
OptempPara
Returns the Oper elements.
To add or remove elements, use the methods provided by the List interface (that's why there is no need for a setter method).
getOper
in interface OptempPara
public Cat getCat()
OptempPara
getCat
in interface OptempPara
public void setCat(Cat cat)
OptempPara
setCat
in interface OptempPara
cat
- the Cat element.OptempPara.getCat()
public Assoc getAssoc()
OptempPara
getAssoc
in interface OptempPara
public void setAssoc(Assoc assoc)
OptempPara
setAssoc
in interface OptempPara
assoc
- the Assoc element.OptempPara.getAssoc()
public BigInteger getPrec()
OptempPara
getPrec
in interface OptempPara
public void setPrec(BigInteger prec)
OptempPara
setPrec
in interface OptempPara
prec
- the Prec element.OptempPara.getPrec()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.