Documentation
¶
Index ¶
- Variables
- func FrondEnd(src string, force bool) (phpparser.IHtmlDocumentContext, error)
- type SSABuild
- func (*SSABuild) Build(src string, force bool, b *ssa.FunctionBuilder) error
- func (b *SSABuild) EnableExtraFileAnalyzer() bool
- func (*SSABuild) FilterFile(path string) bool
- func (*SSABuild) GetLanguage() consts.Language
- func (b *SSABuild) ProgramHandler(fileSystem fi.FileSystem, builder *ssa.FunctionBuilder, path string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Builder = &SSABuild{}
Functions ¶
Types ¶
type SSABuild ¶ added in v1.3.3
type SSABuild struct{}
func (*SSABuild) EnableExtraFileAnalyzer ¶
func (*SSABuild) FilterFile ¶ added in v1.3.3
FilterFile 这里可能还会有问题 比如配置文件
func (*SSABuild) GetLanguage ¶
func (*SSABuild) ProgramHandler ¶
func (b *SSABuild) ProgramHandler(fileSystem fi.FileSystem, builder *ssa.FunctionBuilder, path string) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.