Uses of Interface
dev.civl.abc.ast.node.IF.acsl.ContractNode

Packages that use ContractNode
Package
Description
Submodule ast.entity defines entities (objects of type Entity), the abstract things such as types, structures, unions, enumerations, objects (variables), functions, and so on, which can be named by identifiers in a program.
Submodule ast.node defines every kind of node in an AST.
 
The ast.node.declaration submodule defines nodes and other object deadling with declarations in a program.
The ast.node.statement submodule defines AST nodes for representing statements in a program.