Package org.teavm.backend.wasm.debug
Class CompositeDebugLines
java.lang.Object
org.teavm.backend.wasm.debug.CompositeDebugLines
- All Implemented Interfaces:
DebugLines
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeDebugLines(DebugLines debugLinesBuilder, SourceMapBuilder sourceMapBuilder) -
Method Summary
Modifier and TypeMethodDescriptionvoidadvance(int ptr) voidvoidend()voidvoidstart(MethodReference methodReference)
-
Constructor Details
-
CompositeDebugLines
-
-
Method Details
-
advance
public void advance(int ptr) - Specified by:
advancein interfaceDebugLines
-
location
- Specified by:
locationin interfaceDebugLines
-
emptyLocation
public void emptyLocation()- Specified by:
emptyLocationin interfaceDebugLines
-
start
- Specified by:
startin interfaceDebugLines
-
end
public void end()- Specified by:
endin interfaceDebugLines
-