Uses of Class
org.eolang.parser.PhiParser.JustObjectContext
-
-
Uses of PhiParser.JustObjectContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.JustObjectContext Modifier and Type Method Description PhiParser.JustObjectContext
PhiParser.ApplicationObjectsContext. justObject(int i)
PhiParser.JustObjectContext
PhiParser. justObject()
Methods in org.eolang.parser that return types with arguments of type PhiParser.JustObjectContext Modifier and Type Method Description List<PhiParser.JustObjectContext>
PhiParser.ApplicationObjectsContext. justObject()
Methods in org.eolang.parser with parameters of type PhiParser.JustObjectContext Modifier and Type Method Description void
PhiBaseListener. enterJustObject(PhiParser.JustObjectContext ctx)
Enter a parse tree produced byPhiParser.justObject()
.void
PhiListener. enterJustObject(PhiParser.JustObjectContext ctx)
Enter a parse tree produced byPhiParser.justObject()
.void
PhiBaseListener. exitJustObject(PhiParser.JustObjectContext ctx)
Exit a parse tree produced byPhiParser.justObject()
.void
PhiListener. exitJustObject(PhiParser.JustObjectContext ctx)
Exit a parse tree produced byPhiParser.justObject()
.
-