czt.zxml.ast
Class Branch_Parsed

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

public class Branch_Parsed
extends Branch
implements Annotated

See Also:
Serialized Form

Field Summary
 zeta.util.Annotation ann
           
 DeclName declname
           
 Expr expr
           
 
Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
Branch_Parsed(DeclName declname, Expr expr)
           
 
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

expr

public Expr expr

ann

public zeta.util.Annotation ann
Constructor Detail

Branch_Parsed

public Branch_Parsed(DeclName declname,
                     Expr expr)
Method Detail

getAnnotation

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