[Java] Class GroovyParser.CatchClauseContext
- org.apache.groovy.parser.antlr4.GroovyParser.CatchClauseContext
public static class GroovyParser.CatchClauseContext extends GroovyParserRuleContext
Constructor Summary
Constructor and description |
---|
CatchClauseContext
(ParserRuleContext parent, int invokingState) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public TerminalNode |
CATCH() | |
public TerminalNode |
LPAREN() | |
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public BlockContext |
block() | |
public CatchTypeContext |
catchType() | |
public int |
getRuleIndex() | |
public IdentifierContext |
identifier() | |
public NlsContext |
nls() | |
public RparenContext |
rparen() | |
public VariableModifiersOptContext |
variableModifiersOpt() |
Constructor Detail
public CatchClauseContext(ParserRuleContext parent, int invokingState)
Method Detail
public TerminalNode CATCH()
public TerminalNode LPAREN()
<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)
public BlockContext block()
public CatchTypeContext catchType()
@Override public int getRuleIndex()
public IdentifierContext identifier()
public NlsContext nls()
public RparenContext rparen()
public VariableModifiersOptContext variableModifiersOpt()
© 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.CatchClauseContext.html