czt.zxml.ast
Class LogExpr_Imp

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

public class LogExpr_Imp
extends LogExpr_Parsed

See Also:
Serialized Form

Fields inherited from class czt.zxml.ast.LogExpr_Parsed
ann, expr1, expr2
 
Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
LogExpr_Imp(Expr expr1, Expr expr2)
           
 
Methods inherited from class czt.zxml.ast.LogExpr_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

LogExpr_Imp

public LogExpr_Imp(Expr expr1,
                   Expr expr2)