public class CAstFunctions
extends java.lang.Object
| Constructor and Description |
|---|
CAstFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Iterator<CAstNode> |
findAll(CAstNode tree,
java.util.function.Predicate<? super CAstNode> f) |
static CAstNode |
findIf(CAstNode tree,
java.util.function.Predicate<CAstNode> f) |
static java.util.Iterator<CAstNode> |
iterateNodes(CAstNode tree) |