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) RootPublicProperty ¶
func (*RootClass) SetRootPublicProperty ¶
type TestClass ¶
type TestClass struct { RootClass PublicField string NestedField *NestedClass // contains filtered or unexported fields }
func NewTestClass ¶
func NewTestClass() *TestClass
func (*TestClass) PublicProperty ¶
func (*TestClass) SetPublicProperty ¶
Click to show internal directories.
Click to hide internal directories.