mjc

Uses of Class
org.multijava.mjc.JLabeledStatement

Packages that use JLabeledStatement
org.multijava.mjc Implements mjc, a MultiJava compiler. 
 

Uses of JLabeledStatement in org.multijava.mjc
 

Fields in org.multijava.mjc declared as JLabeledStatement
private  JLabeledStatement CLabeledContext.self
           
 

Methods in org.multijava.mjc that return JLabeledStatement
abstract  JLabeledStatement CFlowControlContextType.getLabeledStatement(String label)
          Returns the statement with the specified label.
 JLabeledStatement CFlowControlContext.getLabeledStatement(String label)
          Returns the statement with the specified label.
 JLabeledStatement CLabeledContext.getLabeledStatement(String label)
          Returns the statement with the specified label.
 JLabeledStatement MjcParser.jLabeledStatement()
           
 

Methods in org.multijava.mjc with parameters of type JLabeledStatement
abstract  CLabeledContext CFlowControlContextType.createLabeledContext(JLabeledStatement self)
           
 CLabeledContext CFlowControlContext.createLabeledContext(JLabeledStatement self)
           
abstract  void MjcVisitor.visitLabeledStatement(JLabeledStatement self)
          visits a labeled statement
 void MjcPrettyPrinter.visitLabeledStatement(JLabeledStatement self)
          prints a labeled statement
 

Constructors in org.multijava.mjc with parameters of type JLabeledStatement
CLabeledContext(CFlowControlContextType parent, JLabeledStatement self)
          Construct a block context, it supports local variable allocation throw statement and return statement
 


mjc

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.