Uses of Class
org.eolang.parser.PhiParser.FullAttributeContext
-
-
Uses of PhiParser.FullAttributeContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.FullAttributeContext Modifier and Type Method Description PhiParser.FullAttributeContext
PhiParser.ApplicationTauBindingContext. fullAttribute()
PhiParser.FullAttributeContext
PhiParser.DispatchContext. fullAttribute()
PhiParser.FullAttributeContext
PhiParser. fullAttribute()
Methods in org.eolang.parser with parameters of type PhiParser.FullAttributeContext Modifier and Type Method Description void
PhiBaseListener. enterFullAttribute(PhiParser.FullAttributeContext ctx)
Enter a parse tree produced byPhiParser.fullAttribute()
.void
PhiListener. enterFullAttribute(PhiParser.FullAttributeContext ctx)
Enter a parse tree produced byPhiParser.fullAttribute()
.void
PhiBaseListener. exitFullAttribute(PhiParser.FullAttributeContext ctx)
Exit a parse tree produced byPhiParser.fullAttribute()
.void
PhiListener. exitFullAttribute(PhiParser.FullAttributeContext ctx)
Exit a parse tree produced byPhiParser.fullAttribute()
.
-