common-util

Uses of Class
local.tomas.expr.FunctionCall

Packages that use FunctionCall
local.tomas.expr This package defines all interfaces and classes required to handle expressions. 
local.tomas.expr.compiler This package defines classes to compile expressions from strings and decompile expressions into strings. 
 

Uses of FunctionCall in local.tomas.expr
 

Subclasses of FunctionCall in local.tomas.expr
 class CurrentDateFunctionTerm
          This class defines a current date function term within an expression.
 class ReplaceFunctionTerm
          This class defines a substring function term within an expression.
 class SubstrFunctionTerm
          This class defines a substring function term within an expression.
 

Methods in local.tomas.expr with parameters of type FunctionCall
protected  E BaseExpressionWalker.visitFunctionCall(FunctionCall call, F arg)
          Visit a function call.
 

Uses of FunctionCall in local.tomas.expr.compiler
 

Methods in local.tomas.expr.compiler that return types with arguments of type FunctionCall
protected  Class<? extends FunctionCall> ExpressionCompiler.function(String name)
          Get expression class for function with at least two arguments.
protected  Class<? extends FunctionCall> ExpressionCompiler.noArgFunction(String name)
          Get expression class for argument-less function.
 


common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.