Documentation ¶
Index ¶
- Variables
- func Frontend(src string, force bool) (javaparser.ICompilationUnitContext, error)
- func ShowJavaCompilingCost()
- type AnnotationDescription
- type SSABuilder
- func (*SSABuilder) Build(src string, force bool, b *ssa.FunctionBuilder) error
- func (*SSABuilder) EnableExtraFileAnalyzer() bool
- func (*SSABuilder) FilterFile(path string) bool
- func (*SSABuilder) GetLanguage() consts.Language
- func (s *SSABuilder) ProgramHandler(fileSystem fi.FileSystem, functionBuilder *ssa.FunctionBuilder, path string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Builder = &SSABuilder{}
Functions ¶
func Frontend ¶ added in v1.3.2
func Frontend(src string, force bool) (javaparser.ICompilationUnitContext, error)
func ShowJavaCompilingCost ¶
func ShowJavaCompilingCost()
Types ¶
type AnnotationDescription ¶
type AnnotationDescription struct {
Name string
}
type SSABuilder ¶ added in v1.3.3
type SSABuilder struct{}
func (*SSABuilder) Build ¶ added in v1.3.3
func (*SSABuilder) Build(src string, force bool, b *ssa.FunctionBuilder) error
func (*SSABuilder) EnableExtraFileAnalyzer ¶
func (*SSABuilder) EnableExtraFileAnalyzer() bool
func (*SSABuilder) FilterFile ¶ added in v1.3.3
func (*SSABuilder) FilterFile(path string) bool
func (*SSABuilder) GetLanguage ¶
func (*SSABuilder) GetLanguage() consts.Language
func (*SSABuilder) ProgramHandler ¶
func (s *SSABuilder) ProgramHandler(fileSystem fi.FileSystem, functionBuilder *ssa.FunctionBuilder, path string) error
Click to show internal directories.
Click to hide internal directories.