Example #1
0
 public static Tuple <string, int> GenerateSourceInfoAnnotation(ASTNode node, TranslatorContext context)
 {
     return(Tuple.Create <string, int>(context.GetAbsoluteSourcePathOfASTNode(node), context.GetLineNumberOfASTNode(node)));
 }