czt.zxml.ast
Class ProjExpr

java.lang.Object
  |
  +--zeta.util.Term
        |
        +--czt.zxml.ast.Expr
              |
              +--czt.zxml.ast.ProjExpr
All Implemented Interfaces:
java.lang.Cloneable, zeta.format.Formattable, java.io.Serializable
Direct Known Subclasses:
ProjExpr_Parsed, ProjExpr_Unparsed

public abstract class ProjExpr
extends Expr

See Also:
Serialized Form

Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
ProjExpr()
           
 
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
 

Constructor Detail

ProjExpr

public ProjExpr()