protected static final class DispatcherImpl.Context extends Object
Modifier and Type | Field and Description |
---|---|
int |
depth |
IslandVerifier |
handler |
DispatcherImpl.Context |
previous |
Constructor and Description |
---|
Context(IslandVerifier handler,
int depth,
DispatcherImpl.Context previous) |
public final IslandVerifier handler
public final int depth
public final DispatcherImpl.Context previous
public Context(IslandVerifier handler, int depth, DispatcherImpl.Context previous)