analysis

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2018 License: MIT Imports: 11 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAnalyzer

func NewAnalyzer() *analyzer

NewAnalyzer creates a new instance of an Analyzer with some default values. It should be the only way an Analyzer is instantiated.

Types

type BlanketFunc

type BlanketFunc struct {
	Name      string
	Filename  string
	DeclPos   token.Position
	RBracePos token.Position
	LBracePos token.Position
}

type BlanketReport

type BlanketReport struct {
	DeclaredDetails map[string]BlanketFunc
	Called          *set.Set
	Declared        *set.Set
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL