czt.zxml.ast
Class RenmExpr_Parsed

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

public class RenmExpr_Parsed
extends RenmExpr
implements Annotated

See Also:
Serialized Form

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

expr

public Expr expr

renms

public TermList renms

ann

public zeta.util.Annotation ann
Constructor Detail

RenmExpr_Parsed

public RenmExpr_Parsed(Expr expr,
                       java.util.List renms)
Method Detail

getAnnotation

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