Package org.teavm.model.optimization
Interface MethodOptimizationContext
-
public interface MethodOptimizationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassReaderSourcegetClassSource()DependencyInfogetDependencyInfo()MethodReadergetMethod()
-
-
-
Method Detail
-
getMethod
MethodReader getMethod()
-
getDependencyInfo
DependencyInfo getDependencyInfo()
-
getClassSource
ClassReaderSource getClassSource()
-
-