Package ch.usi.si.seart.treesitter
Class Predicate
- java.lang.Object
-
- ch.usi.si.seart.treesitter.Predicate
-
public class Predicate extends Object
A specialised symbolic expression (s-expression) that can appear anywhere within aPattern, instances of this class represent predicates within a pattern. They consist of arbitrary metadata and conditions which dictate the matching behavior of aQuery.Note that the actual matching behavior is currently not implemented in this binding. In spite of this, one can still use this class to apply matching logic manually.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPredicate.StepRepresents a single step in aPredicate.
-