Package | Description |
---|---|
net.sourceforge.pmd.lang.swift.antlr4 |
Modifier and Type | Method and Description |
---|---|
SwiftParser.ThrowStatementContext |
SwiftParser.throwStatement() |
SwiftParser.ThrowStatementContext |
SwiftParser.ControlTransferStatementContext.throwStatement() |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBaseListener.enterThrowStatement(SwiftParser.ThrowStatementContext ctx)
Enter a parse tree produced by
SwiftParser.throwStatement() . |
void |
SwiftListener.enterThrowStatement(SwiftParser.ThrowStatementContext ctx)
Enter a parse tree produced by
SwiftParser.throwStatement() . |
void |
SwiftBaseListener.exitThrowStatement(SwiftParser.ThrowStatementContext ctx)
Exit a parse tree produced by
SwiftParser.throwStatement() . |
void |
SwiftListener.exitThrowStatement(SwiftParser.ThrowStatementContext ctx)
Exit a parse tree produced by
SwiftParser.throwStatement() . |
Copyright © 2002–2017 PMD. All rights reserved.