Skip to main content

ssa

实例名实例描述
Java(consts.Language) "java"
Javascript(consts.Language) "js"
PHP(consts.Language) "php"
Yak(consts.Language) "yak"
函数名函数描述/介绍
ssa.NewFromProgramName
ssa.Parse
ssa.ParseLocalProject
ssa.withContext
ssa.withDatabasePath
ssa.withDescription
ssa.withEntryFile
ssa.withExternLib
ssa.withExternValue
ssa.withLanguage
ssa.withProcess
ssa.withProgramNamesave to database, please set the program name
ssa.withReCompile
ssa.withSaveToProfile
ssa.withStrictMode

函数定义#

NewFromProgramName#

详细描述#

定义#

NewFromProgramName(programName string, opts ...Option) (*Program, error)

参数#

参数名参数类型参数解释
programNamestring
opts...Option

返回值#

返回值(顺序)返回值类型返回值解释
r1*Program
r2error

Parse#

详细描述#

定义#

Parse(code string, opts ...Option) (*Program, error)

参数#

参数名参数类型参数解释
codestring
opts...Option

返回值#

返回值(顺序)返回值类型返回值解释
r1*Program
r2error

ParseLocalProject#

详细描述#

定义#

ParseLocalProject(path string, opts ...Option) (Programs, error)

参数#

参数名参数类型参数解释
pathstring
opts...Option

返回值#

返回值(顺序)返回值类型返回值解释
r1Programs
r2error

withContext#

详细描述#

定义#

withContext(ctx context.Context) Option

参数#

参数名参数类型参数解释
ctxcontext.Context

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withDatabasePath#

详细描述#

定义#

withDatabasePath(path string) Option

参数#

参数名参数类型参数解释
pathstring

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withDescription#

详细描述#

定义#

withDescription(desc string) Option

参数#

参数名参数类型参数解释
descstring

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withEntryFile#

详细描述#

定义#

withEntryFile(files ...string) Option

参数#

参数名参数类型参数解释
files...string

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withExternLib#

详细描述#

定义#

withExternLib(name string, table map[string]any) Option

参数#

参数名参数类型参数解释
namestring
tablemap[string]any

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withExternValue#

详细描述#

定义#

withExternValue(table map[string]any) Option

参数#

参数名参数类型参数解释
tablemap[string]any

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withLanguage#

详细描述#

定义#

withLanguage(input_language string) Option

参数#

参数名参数类型参数解释
input_languagestring

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withProcess#

详细描述#

定义#

withProcess(process ProcessFunc) Option

参数#

参数名参数类型参数解释
processProcessFunc

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withProgramName#

详细描述#

save to database, please set the program name

定义#

withProgramName(name string) Option

参数#

参数名参数类型参数解释
namestring

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withReCompile#

详细描述#

定义#

withReCompile(b bool) Option

参数#

参数名参数类型参数解释
bbool

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withSaveToProfile#

详细描述#

定义#

withSaveToProfile(b ...bool) Option

参数#

参数名参数类型参数解释
b...bool

返回值#

返回值(顺序)返回值类型返回值解释
r1Option

withStrictMode#

详细描述#

定义#

withStrictMode(b bool) Option

参数#

参数名参数类型参数解释
bbool

返回值#

返回值(顺序)返回值类型返回值解释
r1Option