public interface Terms extends Iterable<Grammar.Term>
| Modifier and Type | Method and Description |
|---|---|
default void |
forEach(Consumer<? super Grammar.Term> action) |
Grammar.Term |
term(int offset) |
int |
terms() |
iterator, spliteratorint terms()
Grammar.Term term(int offset)
default void forEach(Consumer<? super Grammar.Term> action)
forEach in interface Iterable<Grammar.Term>Copyright © 2019. All rights reserved.