jxl.xlp
Class MetaExpr

java.lang.Object
  extended by jxl.xlp.MetaExpr

public class MetaExpr
extends java.lang.Object

Author:
Alex Lynch (jxlynch@users.sf.net)

Nested Class Summary
static class MetaExpr.MetaType
           
 
Constructor Summary
MetaExpr(java.util.List<java.lang.Object> enclosedExprs, MetaExpr.MetaType type, java.util.Properties atts)
          Creates a new instance of MetaExpr
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.Map<java.lang.String,java.lang.String> getAtts()
          Getter for property atts.
 java.util.List<java.lang.Object> getEnclosedExprs()
          Getter for property enclosedExprs.
 MetaExpr.MetaType getType()
          Getter for property type.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaExpr

public MetaExpr(java.util.List<java.lang.Object> enclosedExprs,
                MetaExpr.MetaType type,
                java.util.Properties atts)
Creates a new instance of MetaExpr

Method Detail

getEnclosedExprs

public java.util.List<java.lang.Object> getEnclosedExprs()
Getter for property enclosedExprs.

Returns:
Value of property enclosedExprs.

getType

public MetaExpr.MetaType getType()
Getter for property type.

Returns:
Value of property type.

getAtts

public java.util.Map<java.lang.String,java.lang.String> getAtts()
Getter for property atts.

Returns:
Value of property atts.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object