|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASTInExpression | |
---|---|
org.objectweb.jonas_ejb.deployment.ejbql | |
org.objectweb.jonas_ejb.lib |
Uses of ASTInExpression in org.objectweb.jonas_ejb.deployment.ejbql |
---|
Methods in org.objectweb.jonas_ejb.deployment.ejbql with parameters of type ASTInExpression | |
---|---|
Object |
EJBQLVisitor.visit(ASTInExpression node,
Object data)
|
Uses of ASTInExpression in org.objectweb.jonas_ejb.lib |
---|
Methods in org.objectweb.jonas_ejb.lib with parameters of type ASTInExpression | |
---|---|
Object |
EjbqlQueryFilterVisitor.visit(ASTInExpression node,
Object data)
Push corresponding Expression to the stack. in_expression ::= cmp_path_expression [ NOT ] IN {literal|input_parameter} [ , {literal|input_parameter} ] * ) |
Object |
EjbqlVariableVisitor.visit(ASTInExpression node,
Object data)
visit child nodes |
Object |
EjbqlAbstractVisitor.visit(ASTInExpression node,
Object data)
null implementation of the visit method for the corresponding parameter type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |