jmlparser-parent
3.28.2-J8.0-K13.5-SNAPSHOT
      Target filter
Search in API
Skip to content
    jmlparser-parent
jmlparser-core/com.github.javaparser.ast.jml.body

Package-level declarations

Types

JmlClassAccessibleDeclaration
Link copied to clipboard
open class JmlClassAccessibleDeclaration : JmlClassLevelDeclaration<JmlClassAccessibleDeclaration> , NodeWithModifiers<JmlClassAccessibleDeclaration> , NodeWithAccessModifiers<JmlClassAccessibleDeclaration>
JmlClassExprDeclaration
Link copied to clipboard
open class JmlClassExprDeclaration : JmlClassLevelDeclaration<JmlClassExprDeclaration> , NodeWithModifiers<JmlClassExprDeclaration> , NodeWithAccessModifiers<JmlClassExprDeclaration>
JmlClassLevelDeclaration
Link copied to clipboard
abstract class JmlClassLevelDeclaration<T : BodyDeclaration<out Any>?> : BodyDeclaration<T> , Jmlish, NodeWithJmlTags<T>
JmlFieldDeclaration
Link copied to clipboard
open class JmlFieldDeclaration : JmlClassLevelDeclaration<JmlFieldDeclaration>
JmlMethodDeclaration
Link copied to clipboard
open class JmlMethodDeclaration : JmlClassLevelDeclaration<JmlMethodDeclaration>
JmlRepresentsDeclaration
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) )* ;
Generated by Dokka
© 2026 Copyright