jhomenet.responsive
Class ExpressionCompiler

java.lang.Object
  extended by jhomenet.responsive.ExpressionCompiler

public class ExpressionCompiler
extends java.lang.Object

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

instance

public static ExpressionCompiler instance()
Get an instance of the expression compiler.

Returns:

compileExpressionString

public Expression compileExpressionString(java.lang.String eString)
                                   throws ResponsiveException
Compile an expression into an expression object.

Parameters:
eString - Expression string
Returns:
An expression
Throws:
ResponsiveException


Copyright © 2004-2005 David Irwin. All Rights Reserved.