mjc

Uses of Class
org.multijava.mjc.JLoopStatement

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

Uses of JLoopStatement in org.multijava.mjc
 

Subclasses of JLoopStatement in org.multijava.mjc
 class JDoStatement
          This class represents a do statement in the AST.
 class JForStatement
          This class represents a for statement in the AST.
 class JWhileStatement
          This class represents a while statement in the AST.
 

Fields in org.multijava.mjc declared as JLoopStatement
private  JLoopStatement CLoopContext.self
           
 

Methods in org.multijava.mjc with parameters of type JLoopStatement
abstract  CLoopContext CFlowControlContextType.createLoopContext(JLoopStatement self)
           
 CLoopContext CFlowControlContext.createLoopContext(JLoopStatement self)
           
 

Constructors in org.multijava.mjc with parameters of type JLoopStatement
CLoopContext(CFlowControlContextType parent, JLoopStatement 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.