[Java] Class GroovyParser.TryCatchStmtAltContext
- org.apache.groovy.parser.antlr4.GroovyParser.TryCatchStmtAltContext
public static class GroovyParser.TryCatchStmtAltContext extends StatementContext
Constructor Summary
Constructor and description |
---|
TryCatchStmtAltContext
(StatementContext ctx) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public TryCatchStatementContext |
tryCatchStatement() |
Constructor Detail
public TryCatchStmtAltContext(StatementContext ctx)
Method Detail
<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)
public TryCatchStatementContext tryCatchStatement()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/parser/antlr4/GroovyParser.TryCatchStmtAltContext.html