czt.zxml.ast
Class QntExpr_Set

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

public class QntExpr_Set
extends QntExpr_Parsed

See Also:
Serialized Form

Fields inherited from class czt.zxml.ast.QntExpr_Parsed
ann, expr, sch
 
Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
QntExpr_Set(TextSch sch, Expr expr)
           
 
Methods inherited from class czt.zxml.ast.QntExpr_Parsed
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
 

Constructor Detail

QntExpr_Set

public QntExpr_Set(TextSch sch,
                   Expr expr)