public class ExprNodeProxy extends Object implements InvocationHandler
Constructor and Description |
---|
ExprNodeProxy(String engineURI,
String statementName,
ExprNode exprNode) |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method m,
Object[] args) |
static Object |
newInstance(String engineURI,
String statementName,
ExprNode exprNode) |