UTJML

Uses of Class
edu.utep.cs.utjml.compiler.JmlInterfaceDeclaration

Packages that use JmlInterfaceDeclaration
edu.utep.cs.utjml.compiler   
 

Uses of JmlInterfaceDeclaration in edu.utep.cs.utjml.compiler
 

Methods in edu.utep.cs.utjml.compiler 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, JmlCallSequence[] callSequences, JmlRepresentsDecl[] representsDecls, JmlAxiom[] axioms, JmlVarAssertion[] varAssertions, JavadocComment javadoc, JavaStyleComment[] comment, boolean isRefinedType)
          Constructs an interface declaration in the parsing tree.
 

Constructors in edu.utep.cs.utjml.compiler with parameters of type JmlInterfaceDeclaration
UtTransInterface(JmlInterfaceDeclaration interfaceDecl)
          Constructs a UtTransInterface object.
 


UTJML

UTJML is Copyright (C) 2004-2006 by University of Texas at El Paso 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 JML project.