Uses of Interface
org.robovm.compiler.plugin.debug.DebugInformationPlugin.LineNumberMapper
| Package | Description |
|---|---|
| org.robovm.compiler.plugin.debug | |
| org.robovm.compiler.plugin.debug.kotlin |
-
Uses of DebugInformationPlugin.LineNumberMapper in org.robovm.compiler.plugin.debug
Fields in org.robovm.compiler.plugin.debug declared as DebugInformationPlugin.LineNumberMapper Modifier and Type Field Description static DebugInformationPlugin.LineNumberMapperDebugInformationPlugin.LineNumberMapper. DIRECT -
Uses of DebugInformationPlugin.LineNumberMapper in org.robovm.compiler.plugin.debug.kotlin
Methods in org.robovm.compiler.plugin.debug.kotlin that return DebugInformationPlugin.LineNumberMapper Modifier and Type Method Description static DebugInformationPlugin.LineNumberMapperKotlinTools. parseSMAP(Config config, byte[] smapData, String internalName)parses SMAP data and return line number mapper to handle kotlin remaps parsing is based on original kotlin sources: kotlin/compiler/backend/src/org/jetbrains/kotlin/codegen/inline/SMAPParser.kt