czt.zxml.ast
Class FreeType_Parsed

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

public class FreeType_Parsed
extends FreeType
implements Annotated

See Also:
Serialized Form

Field Summary
 zeta.util.Annotation ann
           
 TermList branches
           
 DeclName declname
           
 
Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
FreeType_Parsed(DeclName declname, java.util.List branches)
           
 
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

declname

public DeclName declname

branches

public TermList branches

ann

public zeta.util.Annotation ann
Constructor Detail

FreeType_Parsed

public FreeType_Parsed(DeclName declname,
                       java.util.List branches)
Method Detail

getAnnotation

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