public class ASTCommandLine extends SimpleNode
Constructor and Description |
---|
ASTCommandLine(int id) |
ASTCommandLine(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
Object |
jjtAccept(ParserVisitor visitor,
Object data)
Accept the visitor.
|
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
public ASTCommandLine(int id)
public ASTCommandLine(Parser p, int id)
public Object jjtAccept(ParserVisitor visitor, Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
Copyright © 2008-2012 Sonatype. All Rights Reserved.