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

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

public class ASTBreakStatement
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
ASTBreakStatement(int id)
           
ASTBreakStatement(JSParser20 p, int id)
           
 
Method Summary
 Object jjtAccept(JSParser20Visitor visitor, 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

ASTBreakStatement

public ASTBreakStatement(int id)

ASTBreakStatement

public ASTBreakStatement(JSParser20 p,
                         int id)
Method Detail

jjtAccept

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

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


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.