jadex.application
Class ApplicationXMLReader.ExpressionProcessor

java.lang.Object
  extended by jadex.application.ApplicationXMLReader.ExpressionProcessor
All Implemented Interfaces:
IPostProcessor
Enclosing class:
ApplicationXMLReader

public static class ApplicationXMLReader.ExpressionProcessor
extends Object
implements IPostProcessor

Parse expression text.


Field Summary
protected static IExpressionParser exp_parser
           
 
Constructor Summary
ApplicationXMLReader.ExpressionProcessor()
           
 
Method Summary
 int getPass()
          Get the pass number.
 Object postProcess(IContext context, Object object)
          Parse expression text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exp_parser

protected static IExpressionParser exp_parser
Constructor Detail

ApplicationXMLReader.ExpressionProcessor

public ApplicationXMLReader.ExpressionProcessor()
Method Detail

postProcess

public Object postProcess(IContext context,
                          Object object)
Parse expression text.

Specified by:
postProcess in interface IPostProcessor

getPass

public int getPass()
Get the pass number.

Specified by:
getPass in interface IPostProcessor
Returns:
The pass number.


Copyright © 2010. All Rights Reserved.