Class Location
- java.lang.Object
-
- org.teavm.backend.wasm.debug.info.Location
-
public class Location extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Location(FileInfo file, int line, InliningLocation inlining)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileInfofile()InliningLocationinlining()intline()
-
-
-
Constructor Detail
-
Location
public Location(FileInfo file, int line, InliningLocation inlining)
-
-
Method Detail
-
file
public FileInfo file()
-
line
public int line()
-
inlining
public InliningLocation inlining()
-
-