JML

Uses of Class
org.multijava.mjc.CSwitchBodyContext

Packages that use CSwitchBodyContext
org.jmlspecs.checker Contains the source code for a parser and typechecker for JML annotations and java code. 
org.multijava.mjc Implements mjc, a MultiJava compiler. 
 

Uses of CSwitchBodyContext in org.jmlspecs.checker
 

Methods in org.jmlspecs.checker that return CSwitchBodyContext
 CSwitchBodyContext JmlFlowControlContext.createSwitchBodyContext(JSwitchStatement stmt, CType switchType)
           
 

Uses of CSwitchBodyContext in org.multijava.mjc
 

Methods in org.multijava.mjc that return CSwitchBodyContext
abstract  CSwitchBodyContext CFlowControlContextType.createSwitchBodyContext(JSwitchStatement stmt, CType switchType)
           
 CSwitchBodyContext CFlowControlContext.createSwitchBodyContext(JSwitchStatement stmt, CType switchType)
           
 

Constructors in org.multijava.mjc with parameters of type CSwitchBodyContext
CSwitchGroupContext(CSwitchBodyContext parent, TokenReference where)
          Construct a context for checking control flow through a switch group where fall through from the previous group is not possible.
CSwitchGroupContext(CSwitchBodyContext parent, CSwitchGroupContext previousContext, TokenReference where)
          Construct a context for checking control flow through a switch group where fall through from the previous group is possible.
 


JML

JML is Copyright (C) 1998-2002 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. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.