cdqa.function

Interface NodeUnaryPredicate

Known Implementing Classes:
ConstNodeUnaryPredicate

public interface NodeUnaryPredicate

Field Summary

static ConstNodeUnaryPredicate
FALSE
static ConstNodeUnaryPredicate
TRUE

Method Summary

boolean
apply(Node n)

Field Details

FALSE

public static final ConstNodeUnaryPredicate FALSE

TRUE

public static final ConstNodeUnaryPredicate TRUE

Method Details

apply

public boolean apply(Node n)