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

Field Summary
 zeta.util.Annotation ann
           
 Numeral numeral
           
 Template template
           
 
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)
           
 
Method Summary
 zeta.util.Annotation getAnnotation()
           
 
Methods inherited from class czt.zxml.ast.OptempPara
getAssoc, getCat, toFormat
 
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
 

Field Detail

numeral

public Numeral numeral

template

public Template template

ann

public zeta.util.Annotation ann
Constructor Detail

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)
Method Detail

getAnnotation

public zeta.util.Annotation getAnnotation()
Specified by:
getAnnotation in interface Annotated