org.tranql.ejbqlcompiler
Class AbstractSubQueryAwareTransformer.AbstractSubQueryContext

java.lang.Object
  extended byorg.tranql.ejbqlcompiler.AbstractSubQueryAwareTransformer.AbstractSubQueryContext
Enclosing class:
org.tranql.ejbqlcompiler.AbstractSubQueryAwareTransformer

protected static class AbstractSubQueryAwareTransformer.AbstractSubQueryContext
extends java.lang.Object


Constructor Summary
protected AbstractSubQueryAwareTransformer.AbstractSubQueryContext()
           
 
Method Summary
protected  Node peek()
           
 Node pop()
           
 void push(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSubQueryAwareTransformer.AbstractSubQueryContext

protected AbstractSubQueryAwareTransformer.AbstractSubQueryContext()
Method Detail

push

public void push(Node node)

pop

public Node pop()

peek

protected Node peek()


Copyright © -2006 The Codehaus. All Rights Reserved.