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