ast

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArrayTypespec

type ArrayTypespec struct {
	Element Typespec
}

type Decl

type Decl interface {
	// contains filtered or unexported methods
}

type Field

type Field struct {
	Name string
	Type Typespec
	Omit bool
}

type IdentTypespec

type IdentTypespec struct {
	Ident string
}

type PtrTypespec

type PtrTypespec struct {
	Base Typespec
}

type StructDecl

type StructDecl struct {
	Name   string
	Extend string
	Fields []*Field
}

type Typespec

type Typespec interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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