org.tranql.ql.queryvisitor
Class UnsupportedVisitNodeExecutor

java.lang.Object
  extended byorg.tranql.ql.queryvisitor.UnsupportedVisitNodeExecutor
All Implemented Interfaces:
NodeExecutor

public class UnsupportedVisitNodeExecutor
extends java.lang.Object
implements NodeExecutor

Version:
$Revision: 157 $ $Date: 2004-12-10 01:30:51 +0100 (Fri, 10 Dec 2004) $

Field Summary
static NodeExecutor NODE_EXECUTOR
           
 
Method Summary
 java.lang.Object execute(Node node, java.lang.Object param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODE_EXECUTOR

public static final NodeExecutor NODE_EXECUTOR
Method Detail

execute

public java.lang.Object execute(Node node,
                                java.lang.Object param)
                         throws QueryException
Specified by:
execute in interface NodeExecutor
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.