Uses of Class
org.teavm.model.InliningInfo
-
Packages that use InliningInfo Package Description org.teavm.model -
-
Uses of InliningInfo in org.teavm.model
Methods in org.teavm.model that return InliningInfo Modifier and Type Method Description InliningInfoTextLocation. getInlining()InliningInfo[]TextLocation. getInliningPath()InliningInfoInliningInfo. getParent()Constructors in org.teavm.model with parameters of type InliningInfo Constructor Description InliningInfo(MethodReference method, String fileName, int line, InliningInfo parent)TextLocation(String fileName, int line, InliningInfo inlining)
-