Uses of Class
edu.unc.cs.comp524.parsers.prolog.PrologParser.BinaryLeft500Context
| 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.BinaryLeft500Context in edu.unc.cs.comp524.parsers.prolog
Methods in edu.unc.cs.comp524.parsers.prolog that return PrologParser.BinaryLeft500Context Modifier and Type Method Description PrologParser.BinaryLeft500ContextPrologParser. binaryLeft500()PrologParser.BinaryLeft500ContextPrologParser.BinaryLeft500Context. binaryLeft500()PrologParser.BinaryLeft500ContextPrologParser.BinaryRight600Context. binaryLeft500()Methods in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologParser.BinaryLeft500Context Modifier and Type Method Description voidPrologBaseListener. enterBinaryLeft500(PrologParser.BinaryLeft500Context ctx)Enter a parse tree produced byPrologParser.binaryLeft500().voidPrologListener. enterBinaryLeft500(PrologParser.BinaryLeft500Context ctx)Enter a parse tree produced byPrologParser.binaryLeft500().voidPrologBaseListener. exitBinaryLeft500(PrologParser.BinaryLeft500Context ctx)Exit a parse tree produced byPrologParser.binaryLeft500().voidPrologListener. exitBinaryLeft500(PrologParser.BinaryLeft500Context ctx)Exit a parse tree produced byPrologParser.binaryLeft500().