Uses of Interface
org.antlr.v4.runtime.misc.Predicate
-
Packages that use Predicate Package Description org.antlr.v4.runtime.tree -
-
Uses of Predicate in org.antlr.v4.runtime.tree
Methods in org.antlr.v4.runtime.tree with parameters of type Predicate Modifier and Type Method Description static Tree
Trees. findNodeSuchThat(Tree t, Predicate<Tree> pred)
Return first node satisfying the pred
-