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.JustObjectContextPhiParser.ApplicationObjectsContext. justObject(int i)PhiParser.JustObjectContextPhiParser. 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 voidPhiBaseListener. enterJustObject(PhiParser.JustObjectContext ctx)Enter a parse tree produced byPhiParser.justObject().voidPhiListener. enterJustObject(PhiParser.JustObjectContext ctx)Enter a parse tree produced byPhiParser.justObject().voidXePhiListener. enterJustObject(PhiParser.JustObjectContext ctx)voidPhiBaseListener. exitJustObject(PhiParser.JustObjectContext ctx)Exit a parse tree produced byPhiParser.justObject().voidPhiListener. exitJustObject(PhiParser.JustObjectContext ctx)Exit a parse tree produced byPhiParser.justObject().voidXePhiListener. exitJustObject(PhiParser.JustObjectContext ctx)
-