private static interface SourceMapGeneratorV3.MappingVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(SourceMapGeneratorV3.Mapping m,
int line,
int col,
int endLine,
int endCol) |
void visit(SourceMapGeneratorV3.Mapping m, int line, int col, int endLine, int endCol) throws java.io.IOException
m
- The mapping for the current code segment. null if the segment
is unmapped.line
- The starting line for this code segment.col
- The starting column for this code segment.endLine
- The ending lineendCol
- The ending columnjava.io.IOException