Versions in this module Expand all Collapse all v1 v1.9.11 Mar 16, 2022 Changes in this version + type JavaIdentifierListener struct + func NewJavaIdentifierListener() *JavaIdentifierListener + func (s *JavaIdentifierListener) EnterAnnotation(ctx *parser.AnnotationContext) + func (s *JavaIdentifierListener) EnterClassDeclaration(ctx *parser.ClassDeclarationContext) + func (s *JavaIdentifierListener) EnterConstructorDeclaration(ctx *parser.ConstructorDeclarationContext) + func (s *JavaIdentifierListener) EnterExpression(ctx *parser.ExpressionContext) + func (s *JavaIdentifierListener) EnterImportDeclaration(ctx *parser.ImportDeclarationContext) + func (s *JavaIdentifierListener) EnterInterfaceDeclaration(ctx *parser.InterfaceDeclarationContext) + func (s *JavaIdentifierListener) EnterInterfaceMethodDeclaration(ctx *parser.InterfaceMethodDeclarationContext) + func (s *JavaIdentifierListener) EnterMethodDeclaration(ctx *parser.MethodDeclarationContext) + func (s *JavaIdentifierListener) EnterPackageDeclaration(ctx *parser.PackageDeclarationContext) + func (s *JavaIdentifierListener) ExitClassBody(ctx *parser.ClassBodyContext) + func (s *JavaIdentifierListener) ExitConstructorDeclaration(ctx *parser.ConstructorDeclarationContext) + func (s *JavaIdentifierListener) ExitInterfaceDeclaration(ctx *parser.InterfaceDeclarationContext) + func (s *JavaIdentifierListener) ExitInterfaceMethodDeclaration(ctx *parser.InterfaceMethodDeclarationContext) + func (s *JavaIdentifierListener) ExitMethodDeclaration(ctx *parser.MethodDeclarationContext) + func (s *JavaIdentifierListener) GetNodes() []core_domain.CodeDataStruct