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