Package org.teavm.model.optimization
Interface InliningContext
-
public interface InliningContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDepth()ProgramReadergetProgram(MethodReference method)booleanisUsedOnce(MethodReference method)
-
-
-
Method Detail
-
isUsedOnce
boolean isUsedOnce(MethodReference method)
-
getProgram
ProgramReader getProgram(MethodReference method)
-
getDepth
int getDepth()
-
-