Home | History | Annotate | Download | only in antlr3

Lines Matching full:source_name

418         source_name = self.getSourceName()
419 if source_name is not None:
420 return "%s line %d:%d" % (source_name, e.line, e.charPositionInLine)