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