| java.lang.Object gnu.bytecode.Attribute gnu.bytecode.SourceMap
SourceMap | class SourceMap extends Attribute (Code) | | A mapping from source files to the bytecode line numbers.
The format is specified by the JSR 45.
author: Daniel Bonniot (bonniot@users.sourceforge.net) |
getLength | public int getLength()(Code) | | |
translate | int translate(String file, int line)(Code) | | Return a line number which is unique in this source map,
and which can be translated back into the given file and source
line number.
|
|
|