czt.zxml.ast
Class HideExpr_Parsed

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

public class HideExpr_Parsed
extends HideExpr
implements Annotated

See Also:
Serialized Form

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

expression

public Expr expression

refNames

public TermList refNames

ann

public zeta.util.Annotation ann
Constructor Detail

HideExpr_Parsed

public HideExpr_Parsed(Expr expression,
                       java.util.List refNames)
Method Detail

getAnnotation

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