Uses of Class
edu.unc.cs.comp524.parsers.prolog.PrologParser.TermlistContext
| 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.TermlistContext in edu.unc.cs.comp524.parsers.prolog
Methods in edu.unc.cs.comp524.parsers.prolog that return PrologParser.TermlistContext Modifier and Type Method Description PrologParser.TermlistContextPrologParser.Compound_termContext. termlist()PrologParser.TermlistContextPrologParser.Curly_bracketed_termContext. termlist()PrologParser.TermlistContextPrologParser.List_termContext. termlist()PrologParser.TermlistContextPrologParser. termlist()Methods in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologParser.TermlistContext Modifier and Type Method Description voidPrologBaseListener. enterTermlist(PrologParser.TermlistContext ctx)Enter a parse tree produced byPrologParser.termlist().voidPrologListener. enterTermlist(PrologParser.TermlistContext ctx)Enter a parse tree produced byPrologParser.termlist().voidPrologBaseListener. exitTermlist(PrologParser.TermlistContext ctx)Exit a parse tree produced byPrologParser.termlist().voidPrologListener. exitTermlist(PrologParser.TermlistContext ctx)Exit a parse tree produced byPrologParser.termlist().Constructors in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologParser.TermlistContext Constructor Description AFact(PrologParser.AtomContext atom, PrologParser.TermlistContext termlist, Optional<Comment> comment)Constructor for use withPrologParser-related objects.ARelation(PrologParser.AtomContext atom, PrologParser.TermlistContext termlist, Optional<Comment> comment)Constructor for use withPrologParser-related objects.ARule(PrologParser.AtomContext atom, PrologParser.TermlistContext termlist, Optional<Comment> comment, List<RuleInvocation> rhs)Constructor for use withPrologParser-related objects.ARuleInvocation(PrologParser.AtomContext atom, PrologParser.TermlistContext termlist)Constructor for use withPrologParser-related objects.