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

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

public class ASTCaseLabel
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
ASTCaseLabel(int id)
           
ASTCaseLabel(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

ASTCaseLabel

public ASTCaseLabel(int id)

ASTCaseLabel

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