Пример #1
0
 public SourceLocation GetEnd(GeneroAst parent)
 {
     return(parent.IndexToLocation(EndIndex));
 }
Пример #2
0
 public SourceLocation GetStart(GeneroAst parent)
 {
     return(parent.IndexToLocation(StartIndex));
 }