package parser
import "github.com/markbates/pkger/parser"
Index ¶
- type Decl
- type Decls
- type File
- type Filer
- type OpenDecl
- func (d OpenDecl) File() (*File, error)
- func (d OpenDecl) Files() ([]*File, error)
- func (d OpenDecl) MarshalJSON() ([]byte, error)
- func (d OpenDecl) Pos() (token.Pos, error)
- func (d OpenDecl) Value() (string, error)
- type WalkDecl
Types ¶
type Decl ¶
type Decls ¶
type Decls []Decl
func Parse ¶
func (Decls) Files ¶
type File ¶
func (File) String ¶
type Filer ¶
type OpenDecl ¶
type OpenDecl struct {
// contains filtered or unexported fields
}
func (OpenDecl) File ¶
func (OpenDecl) Files ¶
func (OpenDecl) MarshalJSON ¶
func (OpenDecl) Pos ¶
func (OpenDecl) Value ¶
type WalkDecl ¶
type WalkDecl struct {
// contains filtered or unexported fields
}
func (WalkDecl) File ¶
func (WalkDecl) Files ¶
func (WalkDecl) MarshalJSON ¶
func (WalkDecl) Pos ¶
func (WalkDecl) Value ¶
Source Files ¶
decl.go file.go open.go parser.go visitor.go walk.go
- Version
- v0.5.0
- Published
- Oct 22, 2019
- Platform
- js/wasm
- Imports
- 14 packages
- Last checked
- 6 hours ago –
Tools for package owners.