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