public final class TransitionHandle
extends java.lang.Object
transition method handle
,
tracking whether the transition is a Default
or not.
If not a default transition, then calls the transition method
handle with the given arguments. Otherwise, calls the default
transition method with no arguments.Modifier and Type | Method and Description |
---|---|
java.lang.invoke.MethodHandle |
handle()
Returns the transition method handle.
|
boolean |
isDefault()
Returns
true if this is a default transition
method and false otherwise. |
Copyright © 2015. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.