Uses of Class
edu.unc.cs.comp524.parsers.prolog.PrologLexer
| 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 PrologLexer in edu.unc.cs.comp524.parsers.prolog
Methods in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologLexer Modifier and Type Method Description static List<InvocationMatcher>InvocationMatcher. invocationMatchers(PrologParser p, PrologLexer l)The default matchers for all operators defined in the grammar.Constructors in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologLexer Constructor Description RelationCollectorListener(org.antlr.v4.runtime.BufferedTokenStream tokens, PrologLexer lexer, PrologParser parser)