Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Call ¶ added in v0.2.0
type Call struct {
// contains filtered or unexported fields
}
func NewCall ¶ added in v0.2.0
func NewCall(component interfaces.Component, start int, end int) *Call
func (*Call) Component ¶ added in v0.2.0
func (c *Call) Component() interfaces.Component
func (*Call) ParameterByName ¶ added in v0.2.0
func (c *Call) ParameterByName(name string) interfaces.Parameter
func (*Call) Parameters ¶ added in v0.2.0
func (c *Call) Parameters() []interfaces.Parameter
type Parameter ¶ added in v0.2.0
type Parameter struct {
// contains filtered or unexported fields
}
type UmonoLang ¶
type UmonoLang struct {
// contains filtered or unexported fields
}
func New ¶
func New(converter interfaces.Converter) *UmonoLang
func (*UmonoLang) RemoveGlobalComponent ¶
func (*UmonoLang) SetGlobalComponent ¶
Click to show internal directories.
Click to hide internal directories.