Package org.teavm.backend.wasm.debug
Class DebugLinesBuilder
java.lang.Object
org.teavm.backend.wasm.debug.DebugSectionBuilder
org.teavm.backend.wasm.debug.DebugLinesBuilder
- All Implemented Interfaces:
DebugLines
-
Field Summary
Fields inherited from class org.teavm.backend.wasm.debug.DebugSectionBuilder
blob -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadvance(int ptr) voidvoidend()voidvoidstart(MethodReference methodReference) Methods inherited from class org.teavm.backend.wasm.debug.DebugSectionBuilder
build, isEmpty, name, read
-
Constructor Details
-
DebugLinesBuilder
-
-
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
-