Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Prast ¶
type Prast interface {
// FilterByType filters all AST nodes to only include those with the
// given nodeType (and those nodes' descendents).
FilterByType(nodeType reflect.Type)
// FilterByName filters all AST nodes to only include those
// with the given name (and those nodes' descendents).
FilterByName(name string)
// Print prints out the current state that Prast has inspected.
Print()
String() string
}
Click to show internal directories.
Click to hide internal directories.