czt.zxml.ast
Class VarDecl_Parsed

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

public class VarDecl_Parsed
extends VarDecl
implements Annotated

See Also:
Serialized Form

Field Summary
 zeta.util.Annotation ann
           
 TermList declNames
           
 Expr expression
           
 
Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
VarDecl_Parsed(java.util.List declNames, Expr expression)
           
 
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

declNames

public TermList declNames

expression

public Expr expression

ann

public zeta.util.Annotation ann
Constructor Detail

VarDecl_Parsed

public VarDecl_Parsed(java.util.List declNames,
                      Expr expression)
Method Detail

getAnnotation

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