Uses of Interface
edu.unc.cs.comp524.parsers.prolog.InvocationMatcher
| Package | Description |
|---|---|
| edu.unc.cs.comp524.parsers.prolog |
Package holding prolog-parser code built for Comp 524 taught at the
University of North Carolina Chapel Hill
|
-
Uses of InvocationMatcher in edu.unc.cs.comp524.parsers.prolog
Methods in edu.unc.cs.comp524.parsers.prolog that return types with arguments of type InvocationMatcher Modifier and Type Method Description static List<InvocationMatcher>InvocationMatcher. invocationMatchers(PrologParser p, PrologLexer l)The default matchers for all operators defined in the grammar.