Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Desugarer ¶
type Desugarer struct {
// contains filtered or unexported fields
}
Desugarer is NOT thread safe and must be used in single thread
type Scope ¶ added in v0.27.0
type Scope interface { Entity(ref core.EntityRef) (src.Entity, core.Location, error) Relocate(location core.Location) src.Scope Location() *core.Location GetFirstInportName(nodes map[string]src.Node, portAddr src.PortAddr) (string, error) GetFirstOutportName(nodes map[string]src.Node, portAddr src.PortAddr) (string, error) }
Scope interface allows to use mocks in unit tests for private methods
Click to show internal directories.
Click to hide internal directories.