public class ASTQuotedArgument extends SimpleNode
Constructor and Description |
---|
ASTQuotedArgument(int id) |
ASTQuotedArgument(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 ASTQuotedArgument(int id)
public ASTQuotedArgument(Parser p, int id)
public Object jjtAccept(ParserVisitor visitor, Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
Copyright © 2008-2013 Sonatype. All Rights Reserved.