Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Classification ¶
type Classification interface {
// contains filtered or unexported methods
}
func Classify ¶
func Classify(stack []ast.Node) (c Classification)
Classify classifies the current location based on the ancestor stack. The last node in the stack is the expression to classify.
type OtherPkgExpr ¶
type OtherPkgExpr struct{}
Click to show internal directories.
Click to hide internal directories.