-
public final class TypeProfileEntrySource offset and types for a parameter or return value.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integeroffsetprivate final List<TypeObject>types
-
Constructor Summary
Constructors Constructor Description TypeProfileEntry(Integer offset, List<TypeObject> types)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final List<TypeObject>component2()final TypeProfileEntrycopy(Integer offset, List<TypeObject> types)final IntegergetOffset()Source offset of the parameter or end of function for return values. final List<TypeObject>getTypes()The types for this parameter or return value. -
-
Constructor Detail
-
TypeProfileEntry
TypeProfileEntry(Integer offset, List<TypeObject> types)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final List<TypeObject> component2()
-
copy
final TypeProfileEntry copy(Integer offset, List<TypeObject> types)
-
getOffset
final Integer getOffset()
Source offset of the parameter or end of function for return values.
-
getTypes
final List<TypeObject> getTypes()
The types for this parameter or return value.
-
-
-
-