Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
SwiftParser.TypeInheritanceClauseContext |
SwiftParser.typeInheritanceClause() |
SwiftParser.TypeInheritanceClauseContext |
SwiftParser.UnionStyleEnumContext.typeInheritanceClause() |
SwiftParser.TypeInheritanceClauseContext |
SwiftParser.RawValueStyleEnumContext.typeInheritanceClause() |
SwiftParser.TypeInheritanceClauseContext |
SwiftParser.StructDeclarationContext.typeInheritanceClause() |
SwiftParser.TypeInheritanceClauseContext |
SwiftParser.ClassDeclarationContext.typeInheritanceClause() |
SwiftParser.TypeInheritanceClauseContext |
SwiftParser.ProtocolDeclarationContext.typeInheritanceClause() |
SwiftParser.TypeInheritanceClauseContext |
SwiftParser.ProtocolAssociatedTypeDeclarationContext.typeInheritanceClause() |
SwiftParser.TypeInheritanceClauseContext |
SwiftParser.ExtensionDeclarationContext.typeInheritanceClause() |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBaseListener.enterTypeInheritanceClause(SwiftParser.TypeInheritanceClauseContext ctx)
Enter a parse tree produced by
SwiftParser.typeInheritanceClause() . |
void |
SwiftListener.enterTypeInheritanceClause(SwiftParser.TypeInheritanceClauseContext ctx)
Enter a parse tree produced by
SwiftParser.typeInheritanceClause() . |
void |
SwiftBaseListener.exitTypeInheritanceClause(SwiftParser.TypeInheritanceClauseContext ctx)
Exit a parse tree produced by
SwiftParser.typeInheritanceClause() . |
void |
SwiftListener.exitTypeInheritanceClause(SwiftParser.TypeInheritanceClauseContext ctx)
Exit a parse tree produced by
SwiftParser.typeInheritanceClause() . |
Copyright © 2002–2016 InfoEther. All rights reserved.