|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectparser.SimpleNode
parser.AST_IdentList
public class AST_IdentList
Dynamic list of table or column identifiers.
| Field Summary | |
|---|---|
protected java.util.ArrayList<java.lang.String> |
names
Names of the columns/tables. |
| Fields inherited from class parser.SimpleNode |
|---|
children, id, parent, parser |
| Constructor Summary | |
|---|---|
AST_IdentList(int id)
|
|
AST_IdentList(MiniSql p,
int id)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getNames()
Gets the names of the columns/tables. |
| Methods inherited from class parser.SimpleNode |
|---|
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.ArrayList<java.lang.String> names
| Constructor Detail |
|---|
public AST_IdentList(int id)
public AST_IdentList(MiniSql p,
int id)
| Method Detail |
|---|
public java.lang.String[] getNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||