Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeclProvider ¶
func NewDeclProvider() *declProvider
Types ¶
type MethodDecl ¶
type MethodDecl struct {
// contains filtered or unexported fields
}
func (*MethodDecl) LenParams ¶
func (m *MethodDecl) LenParams() int
func (*MethodDecl) LenReturns ¶
func (m *MethodDecl) LenReturns() int
func (*MethodDecl) Name ¶
func (m *MethodDecl) Name() string
func (*MethodDecl) Params ¶
func (m *MethodDecl) Params() []*paramDecl
func (*MethodDecl) Returns ¶
func (m *MethodDecl) Returns() []*TypeDecl
type TypeDecl ¶
type TypeDecl struct {
// contains filtered or unexported fields
}
func GetTypeDeclaration ¶
func NewTypeDecl ¶
Click to show internal directories.
Click to hide internal directories.