jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.ast.jml
/
NodeWithContracts
Node
With
Contracts
interface
NodeWithContracts
<
N
:
Node
?
>
(
source
)
Author
Alexander Weigl
Inheritors
WhileStmt
BlockStmt
ForStmt
DoStmt
ForEachStmt
JmlModelProgram
LambdaExpr
CallableDeclaration
Members
Functions
add
Contract
Link copied to clipboard
open
fun
addContract
(
contracts
:
JmlContract
)
add
Contracts
Link copied to clipboard
open
fun
addContracts
(
contracts
:
Array
<
JmlContract
>
)
get
Contracts
Link copied to clipboard
abstract
fun
getContracts
(
)
:
NodeList
<
JmlContract
>
set
Contracts
Link copied to clipboard
abstract
fun
setContracts
(
contracts
:
NodeList
<
JmlContract
>
)
:
N