public final class TransitionHandle extends 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 |
|---|---|
MethodHandle |
handle()
Returns the transition method handle.
|
boolean |
isDefault()
Returns
true if this is a default transition
method and false otherwise. |
public boolean isDefault()
true if this is a default transition
method and false otherwise.true if this is a default transition.public MethodHandle handle()
Copyright © 2020. All rights reserved.