jxl.xlp
Class MetaExpr
java.lang.Object
jxl.xlp.MetaExpr
public class MetaExpr
- extends java.lang.Object
- Author:
- Alex Lynch (jxlynch@users.sf.net)
Constructor Summary |
MetaExpr(java.util.List<java.lang.Object> enclosedExprs,
MetaExpr.MetaType type,
java.util.Properties atts)
Creates a new instance of MetaExpr |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MetaExpr
public MetaExpr(java.util.List<java.lang.Object> enclosedExprs,
MetaExpr.MetaType type,
java.util.Properties atts)
- Creates a new instance of MetaExpr
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