Class MethodInfo
java.lang.Object
ghidra.app.util.bin.format.golang.rtti.MethodInfo
- Direct Known Subclasses:
GoIMethod.GoIMethodInfo
,GoMethod.GoMethodInfo
Abstract base for information about type methods and interface methods
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEntry point of the methodabstract FunctionDefinition
Function signature of the method.
-
Constructor Details
-
MethodInfo
-
-
Method Details
-
getAddress
Entry point of the method- Returns:
Address
-
getSignature
Function signature of the method.- Returns:
FunctionDefinition
- Throws:
IOException
- if error reading method information
-