Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
SwiftParser.TypeAnnotationContext |
SwiftParser.typeAnnotation() |
SwiftParser.TypeAnnotationContext |
SwiftParser.VariableDeclarationContext.typeAnnotation() |
SwiftParser.TypeAnnotationContext |
SwiftParser.ParameterContext.typeAnnotation() |
SwiftParser.TypeAnnotationContext |
SwiftParser.ProtocolPropertyDeclarationContext.typeAnnotation() |
SwiftParser.TypeAnnotationContext |
SwiftParser.PatternContext.typeAnnotation() |
SwiftParser.TypeAnnotationContext |
SwiftParser.TupleTypeElementContext.typeAnnotation() |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBaseListener.enterTypeAnnotation(SwiftParser.TypeAnnotationContext ctx)
Enter a parse tree produced by
SwiftParser.typeAnnotation() . |
void |
SwiftListener.enterTypeAnnotation(SwiftParser.TypeAnnotationContext ctx)
Enter a parse tree produced by
SwiftParser.typeAnnotation() . |
void |
SwiftBaseListener.exitTypeAnnotation(SwiftParser.TypeAnnotationContext ctx)
Exit a parse tree produced by
SwiftParser.typeAnnotation() . |
void |
SwiftListener.exitTypeAnnotation(SwiftParser.TypeAnnotationContext ctx)
Exit a parse tree produced by
SwiftParser.typeAnnotation() . |
Copyright © 2002–2016 InfoEther. All rights reserved.