Philipp Fehrmann
Results
1
comments of
Philipp Fehrmann
I am having the same problem. I am using this code snippet to extract the string of a node: ```python def __get_string_for_node(self, node: javalang.parser.tree.Node): start, end = self.__get_start_end_for_node(node) return self.__get_string(start,...