|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASTFunctionsReturningStrings | |
---|---|
org.objectweb.jonas_ejb.deployment.ejbql | |
org.objectweb.jonas_ejb.lib |
Uses of ASTFunctionsReturningStrings in org.objectweb.jonas_ejb.deployment.ejbql |
---|
Methods in org.objectweb.jonas_ejb.deployment.ejbql with parameters of type ASTFunctionsReturningStrings | |
---|---|
Object |
EJBQLVisitor.visit(ASTFunctionsReturningStrings node,
Object data)
|
Uses of ASTFunctionsReturningStrings in org.objectweb.jonas_ejb.lib |
---|
Methods in org.objectweb.jonas_ejb.lib with parameters of type ASTFunctionsReturningStrings | |
---|---|
Object |
EjbqlQueryFilterVisitor.visit(ASTFunctionsReturningStrings node,
Object data)
visit child nodes Push corresponding Expression to the stack. functions_returning_strings ::= CONCAT (string_expression, string_expression) | SUBSTRING (string_expression,arithmetic_expression,arithmetic_expression) |
Object |
EjbqlVariableVisitor.visit(ASTFunctionsReturningStrings node,
Object data)
visit child nodes |
Object |
EjbqlAbstractVisitor.visit(ASTFunctionsReturningStrings node,
Object data)
null implementation of the visit method for the corresponding parameter type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |