Documentation
¶
Index ¶
- func ClassKind(fname string) (isProj, ok bool)
- func RegisterClassFileType(ext string, class string, works []*Class, pkgPaths ...string)
- type Class
- type Context
- func (ctx *Context) BuildDir(dir string) (data []byte, err error)
- func (ctx *Context) BuildFSDir(fs parser.FileSystem, dir string) (data []byte, err error)
- func (ctx *Context) BuildFile(filename string, src interface{}) (data []byte, err error)
- func (c *Context) Import(path string) (*types.Package, error)
- func (c *Context) ParseDir(dir string) (*Package, error)
- func (c *Context) ParseFSDir(fs parser.FileSystem, dir string) (*Package, error)
- func (c *Context) ParseFile(file string, src interface{}) (*Package, error)
- type Package
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
func (*Context) BuildFSDir ¶
func (*Context) ParseFSDir ¶
Click to show internal directories.
Click to hide internal directories.