Class GoUncommonType

java.lang.Object
ghidra.app.util.bin.format.golang.rtti.types.GoUncommonType

public class GoUncommonType extends Object
  • Constructor Details

    • GoUncommonType

      public GoUncommonType()
  • Method Details

    • getPkgPath

      public GoName getPkgPath() throws IOException
      Throws:
      IOException
    • getPackagePathString

      public String getPackagePathString() throws IOException
      Throws:
      IOException
    • getMethodsSlice

      public GoSlice getMethodsSlice()
    • getMethods

      public List<GoMethod> getMethods() throws IOException
      Throws:
      IOException
    • getEndOfTypeInfo

      public long getEndOfTypeInfo()
      Returns the location of where this object, and any known associated optional structures ends.
      Returns:
      index location of end of this type object