PredicateFilter

Describes the ability to decide whether a Node in a Grammar Rule right-hand side is a predicate or not.

@author SöKa

interface PredicateFilter {}

Members

Functions

isPredicate
bool isPredicate(Node node)
Undocumented in source.

Meta