|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaExpr.MetaType | |
---|---|
jxl.xlp | Xlp is a language parser factory. |
Uses of MetaExpr.MetaType in jxl.xlp |
---|
Methods in jxl.xlp that return MetaExpr.MetaType | |
---|---|
MetaExpr.MetaType |
MetaExpr.getType()
Getter for property type. |
static MetaExpr.MetaType |
MetaExpr.MetaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MetaExpr.MetaType[] |
MetaExpr.MetaType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in jxl.xlp with parameters of type MetaExpr.MetaType | |
---|---|
MetaExpr(java.util.List<java.lang.Object> enclosedExprs,
MetaExpr.MetaType type,
java.util.Properties atts)
Creates a new instance of MetaExpr |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |