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