Uses of Class
edu.unc.cs.comp524.parsers.prolog.PrologParser.Compound_termContext
| 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.Compound_termContext in edu.unc.cs.comp524.parsers.prolog
Methods in edu.unc.cs.comp524.parsers.prolog with parameters of type PrologParser.Compound_termContext Modifier and Type Method Description voidPrologBaseListener. enterCompound_term(PrologParser.Compound_termContext ctx)Enter a parse tree produced by thecompound_termlabeled alternative inPrologParser.base_term().voidPrologListener. enterCompound_term(PrologParser.Compound_termContext ctx)Enter a parse tree produced by thecompound_termlabeled alternative inPrologParser.base_term().voidPrologBaseListener. exitCompound_term(PrologParser.Compound_termContext ctx)Exit a parse tree produced by thecompound_termlabeled alternative inPrologParser.base_term().voidPrologListener. exitCompound_term(PrologParser.Compound_termContext ctx)Exit a parse tree produced by thecompound_termlabeled alternative inPrologParser.base_term().