-
Enclosing class:
-
ReflectBehaviorGuardEvaluatorRegistry
@org.eclipse.xtend.lib.annotations.Data
protected static class Evaluator
extends java.lang.Object
Description of an single guard evaluator.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
-
Since:
-
Property Summary
Modifier and type |
Property and description |
java.util.Collection<E> |
methods |
java.lang.Class<T> |
type |
Constructor Summary
Action Summary
Modifier and type |
Action and description |
java.util.Collection<E> |
getMethods |
java.lang.Class<T> |
getType |
java.lang.String |
toString |
Modifier and type |
Action and description |
java.util.Collection<E> |
getMethods |
java.lang.Class<T> |
getType |
java.lang.String |
toString |
Property Details
-
methods
-
val methods : java.util.Collection<E>
This property is an alias for the action: getMethods
-
type
-
val type : java.lang.Class<T>
This property is an alias for the action: getType
Constructor Details
-
new(Class<T>,Collection<E>)
-
new(Class<T>,Collection<E>)
Action Details
-
getMethods
-
def getMethods : java.util.Collection<E>
-
getType
-
def getType : java.lang.Class<T>
-
toString
-
def toString : java.lang.String