Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct {
Start *Block
Map map[ast.Node]*Block
Label map[string]*ast.LabeledStmt
Goto map[string][]*ast.BranchStmt
Break map[string][]*ast.BranchStmt
Continue map[string][]*ast.BranchStmt
FileSet *token.FileSet
}
Click to show internal directories.
Click to hide internal directories.