fakereflect

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2021 License: MIT Imports: 3 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StructField

type StructField struct {
	Index     []int
	Name      string
	Anonymous bool
	Tag       reflect.StructTag

	Type TypeAndCanAddr
	// contains filtered or unexported fields
}

func (StructField) IsExported

func (sf StructField) IsExported() bool

type TypeAndCanAddr

type TypeAndCanAddr struct {
	Type types.Type
	// contains filtered or unexported fields
}

func PtrTo

func (TypeAndCanAddr) CanAddr

func (t TypeAndCanAddr) CanAddr() bool

func (TypeAndCanAddr) Elem

func (t TypeAndCanAddr) Elem() TypeAndCanAddr

func (TypeAndCanAddr) Field

func (t TypeAndCanAddr) Field(i int) StructField

func (TypeAndCanAddr) FieldByIndex

func (t TypeAndCanAddr) FieldByIndex(index []int) StructField

func (TypeAndCanAddr) Implements

func (t TypeAndCanAddr) Implements(ityp *types.Interface) bool

func (TypeAndCanAddr) IsArray

func (t TypeAndCanAddr) IsArray() bool

func (TypeAndCanAddr) IsInterface

func (t TypeAndCanAddr) IsInterface() bool

func (TypeAndCanAddr) IsPtr

func (t TypeAndCanAddr) IsPtr() bool

func (TypeAndCanAddr) IsSlice

func (t TypeAndCanAddr) IsSlice() bool

func (TypeAndCanAddr) IsStruct

func (t TypeAndCanAddr) IsStruct() bool

func (TypeAndCanAddr) Key

func (TypeAndCanAddr) Name

func (t TypeAndCanAddr) Name() string

func (TypeAndCanAddr) NumField

func (t TypeAndCanAddr) NumField() int

func (TypeAndCanAddr) String

func (t TypeAndCanAddr) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL