Class GoMethod.GoMethodInfo

java.lang.Object
ghidra.app.util.bin.format.golang.rtti.MethodInfo
ghidra.app.util.bin.format.golang.rtti.types.GoMethod.GoMethodInfo
Enclosing class:
GoMethod

public static class GoMethod.GoMethodInfo extends MethodInfo
  • Constructor Details

  • Method Details

    • getType

      public GoType getType()
      GoType that defined the method. (eg. the receiver/"this" type of the method)
      Returns:
      GoType
    • getMethod

      public GoMethod getMethod()
      GoMethod which contains the funcdef of this method
      Returns:
      GoMethod
    • getMethodFuncType

      public GoFuncType getMethodFuncType()
    • isIfn

      public boolean isIfn(Address funcAddr)
    • isTfn

      public boolean isTfn(Address funcAddr)
    • toString

      public String toString()
      Overrides:
      toString in class Object