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