UIX 2.2.16

oracle.cabo.share.expl
Interface ExpressionContext


public interface ExpressionContext

ExpressionContext is the context used during parse.


Method Summary
 NSFunctionMapper getFunctionMapper()
          Returns function mapper.
 PrefixMapper getPrefixMapper()
          Returns prefix mapper.
 

Method Detail

getPrefixMapper

public PrefixMapper getPrefixMapper()
Returns prefix mapper.

getFunctionMapper

public NSFunctionMapper getFunctionMapper()
Returns function mapper.

UIX 2.2.16