Uses of Interface
net.sf.morph.lang.support.ExpressionParser

Packages that use ExpressionParser
net.sf.morph.lang.languages Language implementations. 
net.sf.morph.lang.support Support interfaces and classes that come in handy when implementing a language. 
 

Uses of ExpressionParser in net.sf.morph.lang.languages
 

Methods in net.sf.morph.lang.languages that return ExpressionParser
 ExpressionParser SimpleLanguage.getExpressionParser()
          Get the expression parser.
 

Methods in net.sf.morph.lang.languages with parameters of type ExpressionParser
 void SimpleLanguage.setExpressionParser(ExpressionParser expressionParser)
          Set the expression parser.
 

Uses of ExpressionParser in net.sf.morph.lang.support
 

Classes in net.sf.morph.lang.support that implement ExpressionParser
 class BaseExpressionParser
          A base class for expression parsers.
 class SimpleExpressionParser
          An expression parser for use with the simple language.
 



Copyright © 2004-2008.