|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.gshell.parser.NodeSupport
org.apache.geronimo.gshell.parser.SimpleNode
org.apache.geronimo.gshell.parser.StringSupport
org.apache.geronimo.gshell.parser.ASTPlainString
public class ASTPlainString
Represents a plain unquoted argument.
| Field Summary |
|---|
| Fields inherited from class org.apache.geronimo.gshell.parser.StringSupport |
|---|
token |
| Fields inherited from class org.apache.geronimo.gshell.parser.SimpleNode |
|---|
children, id, parent, parser |
| Constructor Summary | |
|---|---|
ASTPlainString(org.apache.geronimo.gshell.parser.CommandLineParser p,
int id)
|
|
ASTPlainString(int id)
|
|
| Method Summary | |
|---|---|
Object |
jjtAccept(org.apache.geronimo.gshell.parser.CommandLineParserVisitor visitor,
Object data)
Accept the visitor. |
| Methods inherited from class org.apache.geronimo.gshell.parser.StringSupport |
|---|
getToken, getValue, setToken, toString, unquote |
| Methods inherited from class org.apache.geronimo.gshell.parser.SimpleNode |
|---|
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASTPlainString(int id)
public ASTPlainString(org.apache.geronimo.gshell.parser.CommandLineParser p,
int id)
| Method Detail |
|---|
public Object jjtAccept(org.apache.geronimo.gshell.parser.CommandLineParserVisitor visitor,
Object data)
jjtAccept in interface org.apache.geronimo.gshell.parser.NodejjtAccept in class org.apache.geronimo.gshell.parser.SimpleNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||