dtype

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Atom

type Atom interface {
	AtomName() string
	IsEqual(atom Atom) error
}

type Type

type Type interface {
	HumanReadable() string
	String() string
	Resolve() (Atom, error)
	Next() Type
	ParameterCount() int
	FetchPositionLength() token.SourceFileReference
	WasReferenced() bool
}

type TypeArgumentName

type TypeArgumentName struct {
	// contains filtered or unexported fields
}

func NewTypeArgumentName

func NewTypeArgumentName(name *ast.VariableIdentifier) *TypeArgumentName

func (*TypeArgumentName) Name

func (t *TypeArgumentName) Name() string

func (*TypeArgumentName) String

func (t *TypeArgumentName) String() string

func (*TypeArgumentName) VariableIdentifier

func (t *TypeArgumentName) VariableIdentifier() *ast.VariableIdentifier

Jump to

Keyboard shortcuts

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