org.eclipse.lyo.core.query.impl
Class SimpleSortTermInvocationHandler

java.lang.Object
  extended by org.eclipse.lyo.core.query.impl.SimpleSortTermInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class SimpleSortTermInvocationHandler
extends Object

Author:
pitschke

Field Summary
protected  Map<String,String> prefixMap
           
protected  org.antlr.runtime.tree.CommonTree tree
           
 
Constructor Summary
SimpleSortTermInvocationHandler(org.antlr.runtime.tree.CommonTree tree, Map<String,String> prefixMap)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tree

protected final org.antlr.runtime.tree.CommonTree tree

prefixMap

protected final Map<String,String> prefixMap
Constructor Detail

SimpleSortTermInvocationHandler

public SimpleSortTermInvocationHandler(org.antlr.runtime.tree.CommonTree tree,
                                       Map<String,String> prefixMap)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable
See Also:
InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])


Copyright © 2014. All Rights Reserved.