Versions in this module Expand all Collapse all v1 v1.9.11 Mar 16, 2022 Changes in this version + func BuildArgList(context *parser.ArglistContext) []core_domain.AnnotationKeyValue + func BuildDecorator(x *parser.DecoratorContext) *core_domain.CodeAnnotation + func BuildDecoratorsByIndex(node antlr.ParseTree, index int) []core_domain.CodeAnnotation + type PythonIdentListener struct + func NewPythonIdentListener(fileName string) *PythonIdentListener + func (s *PythonIdentListener) EnterClassdef(ctx *parser.ClassdefContext) + func (s *PythonIdentListener) EnterFrom_stmt(ctx *parser.From_stmtContext) + func (s *PythonIdentListener) EnterFuncdef(ctx *parser.FuncdefContext) + func (s *PythonIdentListener) EnterImport_stmt(ctx *parser.Import_stmtContext) + func (s *PythonIdentListener) ExitClassdef(ctx *parser.ClassdefContext) + func (s *PythonIdentListener) ExitFuncdef(ctx *parser.FuncdefContext) + func (s *PythonIdentListener) GetCodeFileInfo() core_domain.CodeContainer + func (s *PythonIdentListener) SetDebugOutput(isDebug bool) io.Writer