Uses of Class
edu.unc.cs.comp524.parsers.prolog.PrologParser.ClauseContext
| 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.ClauseContext in edu.unc.cs.comp524.parsers.prolog
Subclasses of PrologParser.ClauseContext in edu.unc.cs.comp524.parsers.prolog Modifier and Type Class Description static classPrologParser.FactContextstatic classPrologParser.PredicateContextMethods in edu.unc.cs.comp524.parsers.prolog that return PrologParser.ClauseContext Modifier and Type Method Description PrologParser.ClauseContextPrologParser. clause()PrologParser.ClauseContextPrologParser.P_textContext. clause(int i)Methods in edu.unc.cs.comp524.parsers.prolog that return types with arguments of type PrologParser.ClauseContext Modifier and Type Method Description List<PrologParser.ClauseContext>PrologParser.P_textContext. clause()Methods in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologParser.ClauseContext Modifier and Type Method Description voidPrologParser.ClauseContext. copyFrom(PrologParser.ClauseContext ctx)Constructors in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologParser.ClauseContext Constructor Description FactContext(PrologParser.ClauseContext ctx)PredicateContext(PrologParser.ClauseContext ctx)