czt.zxml.ast
Class NegPred_Parsed

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

public class NegPred_Parsed
extends NegPred
implements Annotated

See Also:
Serialized Form

Field Summary
 zeta.util.Annotation ann
           
 Pred pred
           
 
Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
NegPred_Parsed(Pred pred)
           
 
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

pred

public Pred pred

ann

public zeta.util.Annotation ann
Constructor Detail

NegPred_Parsed

public NegPred_Parsed(Pred pred)
Method Detail

getAnnotation

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