edu.cmu.aura.service.query.parser
Class FromClause
java.lang.Object
|
+--edu.cmu.aura.service.query.parser.FromClause
- public class FromClause
- extends java.lang.Object
Represents the from part of a query. Generally this class
need not be used; Query.getFromNames() is generally used
to get the information contained in this class.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FromClause
public FromClause()
FromClause
public FromClause(java.util.ArrayList fromNames)
addFromName
public void addFromName(java.lang.String fromName)
getFromNames
public java.util.ArrayList getFromNames()
isFromName
public boolean isFromName(java.lang.String name)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object