Uses of Class
edu.unc.cs.comp524.parsers.prolog.PrologParser.BinaryLeft400Context
| 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.BinaryLeft400Context in edu.unc.cs.comp524.parsers.prolog
Methods in edu.unc.cs.comp524.parsers.prolog that return PrologParser.BinaryLeft400Context Modifier and Type Method Description PrologParser.BinaryLeft400ContextPrologParser. binaryLeft400()PrologParser.BinaryLeft400ContextPrologParser.BinaryLeft400Context. binaryLeft400()PrologParser.BinaryLeft400ContextPrologParser.Unary500Context. binaryLeft400()Methods in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologParser.BinaryLeft400Context Modifier and Type Method Description voidPrologBaseListener. enterBinaryLeft400(PrologParser.BinaryLeft400Context ctx)Enter a parse tree produced byPrologParser.binaryLeft400().voidPrologListener. enterBinaryLeft400(PrologParser.BinaryLeft400Context ctx)Enter a parse tree produced byPrologParser.binaryLeft400().voidPrologBaseListener. exitBinaryLeft400(PrologParser.BinaryLeft400Context ctx)Exit a parse tree produced byPrologParser.binaryLeft400().voidPrologListener. exitBinaryLeft400(PrologParser.BinaryLeft400Context ctx)Exit a parse tree produced byPrologParser.binaryLeft400().