| 程序包 | 说明 |
|---|---|
| org.antlr.v4.runtime.misc | |
| org.antlr.v4.runtime.tree |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> void |
Utils.removeAll(Iterable<T> iterable,
Predicate<? super T> predicate) |
static <T> void |
Utils.removeAll(List<T> list,
Predicate<? super T> predicate) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Tree |
Trees.findNodeSuchThat(Tree t,
Predicate<Tree> pred)
Return first node satisfying the pred
|
Copyright © 1992–2022 Daniel Sun. All rights reserved.