czt.zxml.ast
Class SchExpr

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

public abstract class SchExpr
extends Expr

See Also:
Serialized Form

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

SchExpr

public SchExpr()