| Modifier and type | Property and description |
|---|---|
| java.lang.Iterable<T> | eventTypes
Replies the types that have been used for definition behavior units. |
| java.lang.Iterable<T> | functions
Replies all the declarations of the functions. |
| Modifier and type | Action and description |
|---|---|
| java.lang.Iterable<T> | getEventTypes
Replies the types that have been used for definition behavior units. |
| java.lang.Iterable<T> | getFunctions
Replies all the declarations of the functions. |
| BehaviorUnitFunctions | getFunctionsFor(JvmTypeReference)
Replies the declarations of the functions that are associated to the given type. |
val eventTypes : java.lang.Iterable<T>
This property is an alias for the action: getEventTypes
val functions : java.lang.Iterable<T>
This property is an alias for the action: getFunctions
protected new
def getEventTypes : java.lang.Iterable<T>
def getFunctions : java.lang.Iterable<T>
def getFunctionsFor(JvmTypeReference) : BehaviorUnitFunctions