| Package | Description |
|---|---|
| org.antlr.v4.runtime.misc | |
| org.antlr.v4.runtime.tree |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Utils.removeAll(Iterable<T> iterable,
Predicate<? super T> predicate) |
static <T> void |
Utils.removeAll(List<T> list,
Predicate<? super T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
static Tree |
Trees.findNodeSuchThat(Tree t,
Predicate<Tree> pred)
Return first node satisfying the pred
|
Copyright © 1992–2024 Daniel Sun. All rights reserved.