public abstract class ArgumentSupport extends SimpleNode
children, id, parent, parser
Constructor and Description |
---|
ArgumentSupport(int id) |
ArgumentSupport(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
void |
setValue(String value) |
String |
toString() |
protected String |
unquote(String value)
Returns an unquoted value.
|
childrenAccept, dump, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
Copyright © 2008-2012 Sonatype. All Rights Reserved.