|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.responsive.ExpressionCompiler
public class ExpressionCompiler
Id: $Id: ExpressionCompiler.java,v 1.12 2005/10/16 04:49:20 dhirwinjr Exp $ Description: Compiles an expression string into an expression object.
| Nested Class Summary | |
|---|---|
static class |
ExpressionCompiler.CompilerOperator
Define compiler operators. |
| Method Summary | |
|---|---|
Expression |
compileExpressionString(java.lang.String eString)
Compile an expression into an expression object. |
static ExpressionCompiler |
instance()
Get an instance of the expression compiler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ExpressionCompiler instance()
public Expression compileExpressionString(java.lang.String eString)
throws ResponsiveException
eString - Expression string
ResponsiveException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||