Class TypeProfileEntry


  • @Beta
    public class TypeProfileEntry
    extends java.lang.Object
    Source offset and types for a parameter or return value.
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeProfileEntry​(java.lang.Integer offset, java.util.List<TypeObject> types)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getOffset()
      Source offset of the parameter or end of function for return values.
      java.util.List<TypeObject> getTypes()
      The types for this parameter or return value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeProfileEntry

        public TypeProfileEntry​(java.lang.Integer offset,
                                java.util.List<TypeObject> types)
    • Method Detail

      • getOffset

        public java.lang.Integer getOffset()
        Source offset of the parameter or end of function for return values.
      • getTypes

        public java.util.List<TypeObject> getTypes()
        The types for this parameter or return value.