Interface | Description |
---|---|
GraphNode<T extends GraphNode<T>> |
A node in a directed graph (that may have cycles).
|
Class | Description |
---|---|
AsmUtils | |
ImmutableGraphNode<T extends GraphNode<T>> |
A simple, immutable
GraphNode implementation. |
RangeMatcherBuilder<V> |
A matcher builder for matchers repeating a given number of times
|
Reference<T> |
A simple container holding a reference to another object.
|