czt.zxml.ast
Class OptempPara_Parsed
java.lang.Object
|
+--zeta.util.Term
|
+--czt.zxml.ast.Para
|
+--czt.zxml.ast.OptempPara
|
+--czt.zxml.ast.OptempPara_Parsed
- All Implemented Interfaces:
- Annotated, java.lang.Cloneable, zeta.format.Formattable, java.io.Serializable
- public class OptempPara_Parsed
- extends OptempPara
- implements Annotated
- See Also:
- Serialized Form
| Fields inherited from class czt.zxml.ast.OptempPara |
Assoc, Assoc_default, Assoc_Default, Assoc_Left, Assoc_max, Assoc_min, Assoc_names, Assoc_Right, Cat, Cat_Function, Cat_Generic, Cat_max, Cat_min, Cat_names, Cat_Relation |
| Fields inherited from class zeta.util.Term |
interned, internTab |
|
Constructor Summary |
OptempPara_Parsed(Numeral n,
Template t,
int cat)
|
OptempPara_Parsed(Numeral n,
Template t,
int cat,
int assoc)
|
OptempPara_Parsed(Numeral n,
Template t,
java.lang.String cat)
|
OptempPara_Parsed(Numeral n,
Template t,
java.lang.String cat,
java.lang.String assoc)
|
| Methods inherited from class zeta.util.Term |
, clone, equals, getSubtermFields, getTagField, intern, internArray, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
numeral
public Numeral numeral
template
public Template template
ann
public zeta.util.Annotation ann
OptempPara_Parsed
public OptempPara_Parsed(Numeral n,
Template t,
int cat,
int assoc)
OptempPara_Parsed
public OptempPara_Parsed(Numeral n,
Template t,
int cat)
OptempPara_Parsed
public OptempPara_Parsed(Numeral n,
Template t,
java.lang.String cat,
java.lang.String assoc)
OptempPara_Parsed
public OptempPara_Parsed(Numeral n,
Template t,
java.lang.String cat)
getAnnotation
public zeta.util.Annotation getAnnotation()
- Specified by:
getAnnotation in interface Annotated