Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PathToDataStructName ¶
Types ¶
type ProcedureInfo ¶
type TypeDefiner ¶
type TypeDefiner interface { Exists(typePath path.TypePath) bool ParentOf(typePath path.TypePath) path.TypePath ResolveFieldExact(typePath path.TypePath, name string) (dtype dtype.DType, found bool) GlobalProcedureExists(name string) bool ResolveProcedureExact(typePath path.TypePath, shortName string) (ProcedureInfo, bool) }
var PlatformDefiner TypeDefiner = &platformDefiner{}
Click to show internal directories.
Click to hide internal directories.