public class CAstFunctions extends Object
CAstFunctions()
static Iterator<CAstNode>
findAll(CAstNode tree, Predicate<?> f)
static CAstNode
findIf(CAstNode tree, Predicate<CAstNode> f)
iterateNodes(CAstNode tree)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CAstFunctions()
public static CAstNode findIf(CAstNode tree, Predicate<CAstNode> f)
public static Iterator<CAstNode> iterateNodes(CAstNode tree)
public static Iterator<CAstNode> findAll(CAstNode tree, Predicate<?> f)