Class InliningLocation
- java.lang.Object
-
- org.teavm.backend.wasm.debug.info.InliningLocation
-
public class InliningLocation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InliningLocation(Location location, MethodInfo method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Locationlocation()MethodInfomethod()
-
-
-
Constructor Detail
-
InliningLocation
public InliningLocation(Location location, MethodInfo method)
-
-
Method Detail
-
location
public Location location()
-
method
public MethodInfo method()
-
-