|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionCall | |
|---|---|
| com.satline.expr | This package defines all interfaces and classes required to handle expressions. |
| com.satline.expr.compiler | |
| Uses of FunctionCall in com.satline.expr |
|---|
| Subclasses of FunctionCall in com.satline.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 com.satline.expr with parameters of type FunctionCall | |
|---|---|
protected E |
BaseExpressionWalker.visitFunctionCall(FunctionCall call,
F arg)
Visit a function call. |
| Uses of FunctionCall in com.satline.expr.compiler |
|---|
| Methods in com.satline.expr.compiler that return types with arguments of type FunctionCall | |
|---|---|
protected java.lang.Class<? extends FunctionCall> |
ExpressionCompiler.function(java.lang.String name)
|
protected java.lang.Class<? extends FunctionCall> |
ExpressionCompiler.noArgFunction(java.lang.String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||