parser

package
v1.8.29 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 6 Imported by: 6

Documentation

Overview

Package parser parses Go code and keeps track of all the types defined and provides access to all the constants defined for an int type.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	PkgPath     string
	PkgName     string
	PkgFullName string
	StructNames map[string]bool
}

func (*Parser) Parse

func (p *Parser) Parse(fname string, isDir bool) error

Jump to

Keyboard shortcuts

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