JML

Uses of Class
org.jmlspecs.checker.JmlInterfaceDeclaration

Packages that use JmlInterfaceDeclaration
org.jmlspecs.checker Contains the source code for a parser and typechecker for JML annotations and java code. 
org.jmlspecs.jmlrac Generates Java classes from JML specifications that check assertions at runtime. 
 

Uses of JmlInterfaceDeclaration in org.jmlspecs.checker
 

Methods in org.jmlspecs.checker that return JmlInterfaceDeclaration
static JmlInterfaceDeclaration JmlInterfaceDeclaration.makeInstance(TokenReference where, long modifiers, String ident, CTypeVariable[] typevariables, CClassType[] interfaces, boolean[] interfaceWeaklyFlags, ArrayList methods, ArrayList inners, JPhylum[] fieldsAndInits, JmlInvariant[] invariants, JmlConstraint[] constraints, JmlRepresentsDecl[] representsDecls, JmlAxiom[] axioms, JmlVarAssertion[] varAssertions, JavadocComment javadoc, JavaStyleComment[] comment, boolean isRefinedType)
          Constructs an interface declaration in the parsing tree.
 JmlInterfaceDeclaration[] JmlTypeLoader.interfacesOf(JmlTypeDeclaration typeDecl)
          Returns the interfaces of a given JML type declaration.
 

Methods in org.jmlspecs.checker with parameters of type JmlInterfaceDeclaration
 void JmlAbstractVisitor.visitJmlInterfaceDeclaration(JmlInterfaceDeclaration self)
           
abstract  void JmlVisitor.visitJmlInterfaceDeclaration(JmlInterfaceDeclaration self)
           
 void JmlVisitorNI.visitJmlInterfaceDeclaration(JmlInterfaceDeclaration self)
           
 

Uses of JmlInterfaceDeclaration in org.jmlspecs.jmlrac
 

Fields in org.jmlspecs.jmlrac declared as JmlInterfaceDeclaration
private  JmlInterfaceDeclaration TransInterface.interfaceDecl
          Target interface to be translated.
 

Methods in org.jmlspecs.jmlrac with parameters of type JmlInterfaceDeclaration
 void JmlRacGenerator.visitJmlInterfaceDeclaration(JmlInterfaceDeclaration self)
          Translate a JML interface declaration.
 void RacPrettyPrinter.visitJmlInterfaceDeclaration(JmlInterfaceDeclaration self)
          Prints a JML interface declaration.
 

Constructors in org.jmlspecs.jmlrac with parameters of type JmlInterfaceDeclaration
TransInterface(JmlInterfaceDeclaration interfaceDecl)
          Construct a TransInterface object.
 


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.