Package org.teavm.debugging
Class Breakpoint
- java.lang.Object
-
- org.teavm.debugging.Breakpoint
-
public class Breakpoint extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()DebuggergetDebugger()SourceLocationgetLocation()booleanisDestroyed()booleanisValid()
-
-
-
Method Detail
-
getLocation
public SourceLocation getLocation()
-
destroy
public void destroy()
-
isValid
public boolean isValid()
-
isDestroyed
public boolean isDestroyed()
-
getDebugger
public Debugger getDebugger()
-
-