Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertProfiles ¶
Types ¶
type FuncExtent ¶
type FuncExtent struct {
// contains filtered or unexported fields
}
FuncExtent describes a function's extent in the source by file and position.
type FuncVisitor ¶
type FuncVisitor struct {
// contains filtered or unexported fields
}
FuncVisitor implements the visitor that builds the function position list for a file.
type StmtExtent ¶
type StmtExtent extent
StmtExtent describes a statements's extent in the source by file and position.
type StmtVisitor ¶
type StmtVisitor struct {
// contains filtered or unexported fields
}
func (*StmtVisitor) VisitStmt ¶
func (v *StmtVisitor) VisitStmt(s ast.Stmt)
Click to show internal directories.
Click to hide internal directories.