czt.zxml.ast
Class DecorExpr_Parsed

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

public class DecorExpr_Parsed
extends DecorExpr
implements Annotated

See Also:
Serialized Form

Field Summary
 zeta.util.Annotation ann
           
 Expr expr
           
 Stroke stroke
           
 
Fields inherited from class zeta.util.Term
interned, internTab
 
Constructor Summary
DecorExpr_Parsed(Expr expr, Stroke stroke)
           
 
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

expr

public Expr expr

stroke

public Stroke stroke

ann

public zeta.util.Annotation ann
Constructor Detail

DecorExpr_Parsed

public DecorExpr_Parsed(Expr expr,
                        Stroke stroke)
Method Detail

getAnnotation

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