Package org.teavm.backend.javascript
Interface ProviderContext
-
public interface ProviderContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassReaderSourcegetClassSource()MethodReferencegetMethod()
-
-
-
Method Detail
-
getMethod
MethodReference getMethod()
-
getClassSource
ClassReaderSource getClassSource()
-
-