net.sourceforge.jane.jjtree
Class JavaSwitchLabel

java.lang.Object
  |
  +--net.sourceforge.jane.jjtree.SimpleNode
        |
        +--net.sourceforge.jane.jjtree.JavaSwitchLabel
All Implemented Interfaces:
Node

public class JavaSwitchLabel
extends SimpleNode


Fields inherited from class net.sourceforge.jane.jjtree.SimpleNode
children, id, parent, parser
 
Constructor Summary
JavaSwitchLabel(int id)
           
JavaSwitchLabel(JavaParser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(JavaParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class net.sourceforge.jane.jjtree.SimpleNode
childrenAccept, dump, 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

JavaSwitchLabel

public JavaSwitchLabel(int id)

JavaSwitchLabel

public JavaSwitchLabel(JavaParser p,
                       int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(JavaParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.
Overrides:
jjtAccept in class SimpleNode


Copyright © 2002-2002 SourceForge. All Rights Reserved.