package
0.0.33
Repository: https://github.com/cokebeer/goot.git
Documentation: pkg.go.dev

# README

Constant Propagation Analysis

analysis.go

This file implements pkg/toolkits/scalar.FlowAnalysis

switcher.go

This file implements pkg/golang/switcher.Switcher

runner.go

This file encapsulates a Runner
You can use function NewRunner outside the package to construct a Runner easily

# Functions

New creates a ConstantPropagationAnalysis.
No description provided by the author

# Structs

ConstantPropagationAnalysis represents a constant propagtion analysis.
ConstantPropagationSwitcher represents a constant propagtion switcher.
Runner represents a constant propagation runner.