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
public class DebugLinesBuilder extends DebugSectionBuilder implements DebugLines
-
-
Field Summary
-
Fields inherited from class org.teavm.backend.wasm.debug.DebugSectionBuilder
blob
-
-
Constructor Summary
Constructors Constructor Description DebugLinesBuilder(DebugFiles files, DebugMethods methods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadvance(int ptr)voidemptyLocation()voidend()voidlocation(java.lang.String file, int line)voidstart(MethodReference methodReference)-
Methods inherited from class org.teavm.backend.wasm.debug.DebugSectionBuilder
build, isEmpty, name, read
-
-
-
-
Constructor Detail
-
DebugLinesBuilder
public DebugLinesBuilder(DebugFiles files, DebugMethods methods)
-
-
Method Detail
-
advance
public void advance(int ptr)
- Specified by:
advancein interfaceDebugLines
-
location
public void location(java.lang.String file, int line)- Specified by:
locationin interfaceDebugLines
-
emptyLocation
public void emptyLocation()
- Specified by:
emptyLocationin interfaceDebugLines
-
start
public void start(MethodReference methodReference)
- Specified by:
startin interfaceDebugLines
-
end
public void end()
- Specified by:
endin interfaceDebugLines
-
-