예제 #1
0
파일: AstNode.cs 프로젝트: rkhjjs/VSGenero
 public SourceLocation GetEnd(GeneroAst parent)
 {
     return(parent.IndexToLocation(EndIndex));
 }
예제 #2
0
파일: AstNode.cs 프로젝트: rkhjjs/VSGenero
 public SourceLocation GetStart(GeneroAst parent)
 {
     return(parent.IndexToLocation(StartIndex));
 }