io.sarl.lang.jvmmodel
Record BehaviorUnitGuardEvaluators
Enclosing class:
GenerationContext
static final record BehaviorUnitGuardEvaluators
extends java.lang.Object
Define a group of guard evaluators.
Parameters:
source - the behavior unit.
eventType - the event type associated to the guard evaluators.
evaluators - the codes for evaluating the guards.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.14
Action Summary
Modifier and type Action and description
final boolean equals(Object)
java.util.Collection<E> evaluators
org.eclipse.xtext.common.types.JvmParameterizedTypeReference eventType
final int hashCode
SarlBehaviorUnit source
final java.lang.String toString
Action Details
equals(Object)
def equals(Object) : boolean
evaluators
def evaluators : java.util.Collection<E>
eventType
def eventType : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
hashCode
def hashCode : int
source
def source : SarlBehaviorUnit
toString
def toString : java.lang.String