- Enclosing interface:
-
IDefaultVisibilityProvider
static interface Tester
Test the types of the elements.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Action Summary
Modifier and type |
Action and description |
abstract boolean |
isAgent
Replies if the container is an agent. |
abstract boolean |
isAnnotationType
Replies if the container is an annotation type. |
abstract boolean |
isEvent
Replies if the container is an event. |
abstract boolean |
isInterface
Replies if the container is an interface. |
Modifier and type |
Action and description |
abstract boolean |
isAgent
Replies if the container is an agent. |
abstract boolean |
isAnnotationType
Replies if the container is an annotation type. |
abstract boolean |
isEvent
Replies if the container is an event. |
abstract boolean |
isInterface
Replies if the container is an interface. |
Action Details
- isAgent
-
def isAgent : boolean
Replies if the container is an agent.
- Returns:
-
- isAnnotationType
-
def isAnnotationType : boolean
Replies if the container is an annotation type.
- Returns:
-
- isEvent
-
def isEvent : boolean
Replies if the container is an event.
- Returns:
-
- isInterface
-
def isInterface : boolean
Replies if the container is an interface.
- Returns:
-