czt.zxml.ast
Class FreePara_Parsed

java.lang.Object
  |
  +--zeta.util.Term
        |
        +--czt.zxml.ast.Para
              |
              +--czt.zxml.ast.FreePara
                    |
                    +--czt.zxml.ast.FreePara_Parsed
All Implemented Interfaces:
Annotated, java.lang.Cloneable, zeta.format.Formattable, java.io.Serializable

public class FreePara_Parsed
extends FreePara
implements Annotated

See Also:
Serialized Form

Field Summary
 zeta.util.Annotation ann
           
 TermList freetypes
           
 
Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
FreePara_Parsed(java.util.List freetypes)
           
 
Method Summary
 zeta.util.Annotation getAnnotation()
           
 
Methods inherited from class zeta.util.Term
, clone, equals, getSubtermFields, getTagField, intern, internArray, toFormat, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

freetypes

public TermList freetypes

ann

public zeta.util.Annotation ann
Constructor Detail

FreePara_Parsed

public FreePara_Parsed(java.util.List freetypes)
Method Detail

getAnnotation

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