org.sonatype.gshell.parser.impl
Class ASTWhitespace

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

public class ASTWhitespace
extends SimpleNode


Field Summary
 
Fields inherited from class org.sonatype.gshell.parser.impl.SimpleNode
children, id, parent, parser, value
 
Constructor Summary
ASTWhitespace(int id)
           
ASTWhitespace(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

ASTWhitespace

public ASTWhitespace(int id)

ASTWhitespace

public ASTWhitespace(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.