Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
abstract class JmlClassLevelDeclaration<T : BodyDeclaration<out Any>?> : BodyDeclaration<T> , Jmlish, NodeWithJmlTags<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class JmlRepresentsDeclaration : JmlClassLevelDeclaration<JmlRepresentsDeclaration> , NodeWithName<JmlRepresentsDeclaration> , NodeWithModifiers<JmlRepresentsDeclaration> , NodeWithAccessModifiers<JmlRepresentsDeclaration>
REPRESENTS ( expr | id ASSIGN expr | id SUCH_THAT expr) (COMMA ( expr | id ASSIGN expr | id SUCH_THAT expr) )* ;