private class SourceMapGeneratorV3.UsedMappingCheck extends java.lang.Object implements SourceMapGeneratorV3.MappingVisitor
| Modifier | Constructor and Description |
|---|---|
private |
UsedMappingCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(SourceMapGeneratorV3.Mapping m,
int line,
int col,
int nextLine,
int nextCol) |
public void visit(SourceMapGeneratorV3.Mapping m, int line, int col, int nextLine, int nextCol) throws java.io.IOException
visit in interface SourceMapGeneratorV3.MappingVisitorm - 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.nextLine - The ending linenextCol - The ending columnjava.io.IOException