Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildDependency ¶
func BuildDependency(argumentListContext *parser.ArgumentListContext) *core_domain.CodeDependency
func ConvertToJDep ¶
func ConvertToJDep(result string) *core_domain.CodeDependency
func ProcessGroovyString ¶
func ProcessGroovyString(code string) *parser.GroovyParser
Types ¶
type GroovyIdentifierListener ¶
type GroovyIdentifierListener struct {
parser.BaseGroovyParserListener
}
func NewGroovyIdentListener ¶
func NewGroovyIdentListener() *GroovyIdentifierListener
func (*GroovyIdentifierListener) EnterScriptStatement ¶
func (s *GroovyIdentifierListener) EnterScriptStatement(ctx *parser.ScriptStatementContext)
TODO : 1. delete groovy build code 2. use regex replace it 3. remove the features
func (*GroovyIdentifierListener) GetDepsInfo ¶
func (s *GroovyIdentifierListener) GetDepsInfo() []core_domain.CodeDependency
Click to show internal directories.
Click to hide internal directories.