io.sarl.lang.jvmmodel
Interface Tester
Enclosing interface:
IDefaultVisibilityProvider
static interface Tester
Test the types of the elements.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.13
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.
Action Details
isAgent
def isAgent : boolean
Replies if the container is an agent.
Returns:
true if the container is an agent.
isAnnotationType
def isAnnotationType : boolean
Replies if the container is an annotation type.
Returns:
true if the container is an annotation type.
isEvent
def isEvent : boolean
Replies if the container is an event.
Returns:
true if the container is an event.
isInterface
def isInterface : boolean
Replies if the container is an interface.
Returns:
true if the container is an interface.