Package org.teavm.model
Class InliningInfo
- java.lang.Object
-
- org.teavm.model.InliningInfo
-
- All Implemented Interfaces:
Serializable
public class InliningInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InliningInfo(MethodReference method, String fileName, int line, InliningInfo parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetFileName()intgetLine()MethodReferencegetMethod()InliningInfogetParent()inthashCode()booleanisEmpty()
-
-
-
Constructor Detail
-
InliningInfo
public InliningInfo(MethodReference method, String fileName, int line, InliningInfo parent)
-
-
Method Detail
-
getMethod
public MethodReference getMethod()
-
getFileName
public String getFileName()
-
getLine
public int getLine()
-
getParent
public InliningInfo getParent()
-
isEmpty
public boolean isEmpty()
-
-