Uses of Class
edu.unc.cs.comp524.parsers.prolog.PrologParser.GraphicContext
| 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 PrologParser.GraphicContext in edu.unc.cs.comp524.parsers.prolog
Methods in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologParser.GraphicContext Modifier and Type Method Description voidPrologBaseListener. enterGraphic(PrologParser.GraphicContext ctx)Enter a parse tree produced by thegraphiclabeled alternative inPrologParser.atom().voidPrologListener. enterGraphic(PrologParser.GraphicContext ctx)Enter a parse tree produced by thegraphiclabeled alternative inPrologParser.atom().voidPrologBaseListener. exitGraphic(PrologParser.GraphicContext ctx)Exit a parse tree produced by thegraphiclabeled alternative inPrologParser.atom().voidPrologListener. exitGraphic(PrologParser.GraphicContext ctx)Exit a parse tree produced by thegraphiclabeled alternative inPrologParser.atom().