org.sonatype.gshell.parser.impl
Class ASTPlainArgument

java.lang.Object
  extended by org.sonatype.gshell.parser.impl.SimpleNode
      extended by org.sonatype.gshell.parser.impl.ASTPlainArgument
All Implemented Interfaces:
Node

public class ASTPlainArgument
extends SimpleNode


Field Summary
 
Fields inherited from class org.sonatype.gshell.parser.impl.SimpleNode
children, id, parent, parser, value
 
Constructor Summary
ASTPlainArgument(int id)
           
ASTPlainArgument(Parser p, int id)
           
 
Method Summary
 Object jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class org.sonatype.gshell.parser.impl.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTPlainArgument

public ASTPlainArgument(int id)

ASTPlainArgument

public ASTPlainArgument(Parser p,
                        int id)
Method Detail

jjtAccept

public Object jjtAccept(ParserVisitor visitor,
                        Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode


Copyright © 2008-2011 Sonatype. All Rights Reserved.