Package org.teavm.debugging.information
Class URLDebugInformationProvider
- java.lang.Object
-
- org.teavm.debugging.information.URLDebugInformationProvider
-
- All Implemented Interfaces:
DebugInformationProvider
public class URLDebugInformationProvider extends java.lang.Object implements DebugInformationProvider
-
-
Constructor Summary
Constructors Constructor Description URLDebugInformationProvider(java.lang.String baseURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugInformationgetDebugInformation(java.lang.String script)
-
-
-
Method Detail
-
getDebugInformation
public DebugInformation getDebugInformation(java.lang.String script)
- Specified by:
getDebugInformationin interfaceDebugInformationProvider
-
-