Public Member Functions | |
SourceRangeFactory (std::string source) | |
SourceRange | create (int line, int start_col, int end_col) |
Data Fields | |
std::shared_ptr< std::string > | source_ |
std::vector< size_t > | line_len_prefix_sum_ |
Definition at line 17 of file python_tree_views.cpp.