Uses of Class
edu.unc.cs.comp524.parsers.prolog.PrologParser.BinaryRight200Context
| 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.BinaryRight200Context in edu.unc.cs.comp524.parsers.prolog
Methods in edu.unc.cs.comp524.parsers.prolog that return PrologParser.BinaryRight200Context Modifier and Type Method Description PrologParser.BinaryRight200ContextPrologParser.Binary200Context. binaryRight200(int i)PrologParser.BinaryRight200ContextPrologParser. binaryRight200()PrologParser.BinaryRight200ContextPrologParser.BinaryRight200Context. binaryRight200()Methods in edu.unc.cs.comp524.parsers.prolog that return types with arguments of type PrologParser.BinaryRight200Context Modifier and Type Method Description List<PrologParser.BinaryRight200Context>PrologParser.Binary200Context. binaryRight200()Methods in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologParser.BinaryRight200Context Modifier and Type Method Description voidPrologBaseListener. enterBinaryRight200(PrologParser.BinaryRight200Context ctx)Enter a parse tree produced byPrologParser.binaryRight200().voidPrologListener. enterBinaryRight200(PrologParser.BinaryRight200Context ctx)Enter a parse tree produced byPrologParser.binaryRight200().voidPrologBaseListener. exitBinaryRight200(PrologParser.BinaryRight200Context ctx)Exit a parse tree produced byPrologParser.binaryRight200().voidPrologListener. exitBinaryRight200(PrologParser.BinaryRight200Context ctx)Exit a parse tree produced byPrologParser.binaryRight200().