org.apache.myfaces.buildtools.maven2.plugin.javascript.javascript20parser
Class ASTContinueStatement

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.javascript.javascript20parser.SimpleNode
      extended by org.apache.myfaces.buildtools.maven2.plugin.javascript.javascript20parser.ASTContinueStatement
All Implemented Interfaces:
Node

public class ASTContinueStatement
extends SimpleNode


Field Summary
 
Fields inherited from class org.apache.myfaces.buildtools.maven2.plugin.javascript.javascript20parser.SimpleNode
children, first, id, last, parent, parser
 
Constructor Summary
ASTContinueStatement(int id)
           
ASTContinueStatement(JSParser20 p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(JSParser20Visitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.javascript.javascript20parser.SimpleNode
childrenAccept, dump, getFirstToken, getLastToken, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTContinueStatement

public ASTContinueStatement(int id)

ASTContinueStatement

public ASTContinueStatement(JSParser20 p,
                            int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(JSParser20Visitor visitor,
                                  java.lang.Object data)
Accept the visitor.

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


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.