|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jexpel.Compiler
public abstract class Compiler
The class Compiler compiles jexpel expressions into executable expressions.
| Constructor Summary | |
|---|---|
Compiler()
|
|
| Method Summary | |
|---|---|
abstract Expression |
compile(java.lang.Class<?> rootClass,
java.lang.String expression)
Compiles an expression in the context of the rootClass |
static Compiler |
getCompiler()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Compiler()
| Method Detail |
|---|
public static final Compiler getCompiler()
public abstract Expression compile(java.lang.Class<?> rootClass,
java.lang.String expression)
throws ExpressionException
rootClass - expression -
ExpressionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||