Uses of Interface
dev.civl.abc.ast.node.IF.NodePredicate
Packages that use NodePredicate
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of NodePredicate in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type NodePredicateModifier and TypeMethodDescriptionvoidASTNode.keepOnly(NodePredicate keep) Removes all children that do not satisfy the predicate and applies this method recursively to the remaining children.