Package org.robovm.compiler.plugin.debug
Interface DebugInformationPlugin.LineNumberMapper
- Enclosing class:
- DebugInformationPlugin
public static interface DebugInformationPlugin.LineNumberMapper
interface declares line number mapping if it is required (e.g. kotlin case)
-
Field Summary
Fields Modifier and Type Field Description static DebugInformationPlugin.LineNumberMapperDIRECT -
Method Summary
Modifier and Type Method Description intmap(int l)
-
Field Details
-
DIRECT
-
-
Method Details
-
map
int map(int l)
-