| Constructor and description |
|---|
| new(Method)
Creates a new method identifier according to the name and the list of parameter types of the considered method. |
| Modifier and type | Action and description |
|---|---|
| boolean | equals(Object) |
| java.lang.reflect.Method | getGuardMethod |
| int | hashCode |
| boolean | matchesGenericTypes(Object)
Replies if the given event matches the generic types. |
| java.lang.String | toString |
val guardMethod : java.lang.reflect.Method
This property is an alias for the action: getGuardMethod
new(Method)
def equals(Object) : boolean
def getGuardMethod : java.lang.reflect.Method
def hashCode : int
def matchesGenericTypes(Object) : boolean
def toString : java.lang.String