test_reflect

package
v1.1.2-23 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NestedClass

type NestedClass struct {
	PublicField int
}

type RootClass

type RootClass struct {
	RootPublicField string
	// contains filtered or unexported fields
}

func (*RootClass) RootMethod

func (c *RootClass) RootMethod()

func (*RootClass) RootPublicMethod

func (c *RootClass) RootPublicMethod(arg1 int, arg2 int) int

func (*RootClass) RootPublicProperty

func (c *RootClass) RootPublicProperty() bool

func (*RootClass) SetRootPublicProperty

func (c *RootClass) SetRootPublicProperty(value bool)

type TestClass

type TestClass struct {
	RootClass

	PublicField string

	NestedField *NestedClass
	// contains filtered or unexported fields
}

func NewTestClass

func NewTestClass() *TestClass

func (*TestClass) PublicMethod

func (c *TestClass) PublicMethod(arg1 int, arg2 int) int

func (*TestClass) PublicProperty

func (c *TestClass) PublicProperty() bool

func (*TestClass) SetPublicProperty

func (c *TestClass) SetPublicProperty(value bool)

Jump to

Keyboard shortcuts

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