org.hibernate.tool.ide.completion
Class HQLAnalyzer.SubQuery

java.lang.Object
  extended by org.hibernate.tool.ide.completion.HQLAnalyzer.SubQuery
All Implemented Interfaces:
Comparable
Enclosing class:
HQLAnalyzer

public static class HQLAnalyzer.SubQuery
extends Object
implements Comparable


Constructor Summary
HQLAnalyzer.SubQuery()
           
 
Method Summary
 int compareTo(Object s)
           
 List getEntityNames()
           
 int getToken(int i)
           
 int getTokenCount()
           
 String getTokenText(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HQLAnalyzer.SubQuery

public HQLAnalyzer.SubQuery()
Method Detail

compareTo

public int compareTo(Object s)
Specified by:
compareTo in interface Comparable

getTokenCount

public int getTokenCount()

getToken

public int getToken(int i)

getTokenText

public String getTokenText(int i)

getEntityNames

public List getEntityNames()