Class GoUncommonType
java.lang.Object
ghidra.app.util.bin.format.golang.rtti.types.GoUncommonType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the location of where this object, and any known associated optional structures ends.
-
Constructor Details
-
GoUncommonType
public GoUncommonType()
-
-
Method Details
-
getPkgPath
- Throws:
IOException
-
getPackagePathString
- Throws:
IOException
-
getMethodsSlice
-
getMethods
- 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
-