[Java] Class GroovyParser.TryCatchStatementContext
- org.apache.groovy.parser.antlr4.GroovyParser.TryCatchStatementContext
public static class GroovyParser.TryCatchStatementContext extends GroovyParserRuleContext
Constructor Summary
| Constructor and description | 
|---|
| TryCatchStatementContext
                                (ParserRuleContext parent, int invokingState) | 
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
| public TerminalNode | TRY() | |
| <Result> | public Result | accept(ParseTreeVisitor<? extends Result> visitor) | 
| public BlockContext | block() | |
| public List<? extends CatchClauseContext> | catchClause() | |
| public CatchClauseContext | catchClause(int i) | |
| public FinallyBlockContext | finallyBlock() | |
| public int | getRuleIndex() | |
| public List<? extends NlsContext> | nls() | |
| public NlsContext | nls(int i) | |
| public ResourcesContext | resources() | 
Constructor Detail
public TryCatchStatementContext(ParserRuleContext parent, int invokingState)
Method Detail
public TerminalNode TRY()
<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)
public BlockContext block()
public List<? extends CatchClauseContext> catchClause()
public CatchClauseContext catchClause(int i)
public FinallyBlockContext finallyBlock()
@Override public int getRuleIndex()
public List<? extends NlsContext> nls()
public NlsContext nls(int i)
public ResourcesContext resources()
    © 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.TryCatchStatementContext.html