public static class GroovyParser.CatchClauseContext extends GroovyParserRuleContext
| Constructor and description | 
|---|
                                CatchClauseContext
                                (ParserRuleContext parent, int invokingState) | 
                        
| 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() | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.