[Java] Class GroovyParser.FinallyBlockContext

  • org.apache.groovy.parser.antlr4.GroovyParser.FinallyBlockContext
public static class GroovyParser.FinallyBlockContext
extends GroovyParserRuleContext

Constructor Summary

Constructors
Constructor and description
FinallyBlockContext (ParserRuleContext parent, int invokingState)

Methods Summary

Methods
Type Params Return Type Name and description
public TerminalNode FINALLY()
<Result> public Result accept(ParseTreeVisitor<? extends Result> visitor)
public BlockContext block()
public int getRuleIndex()
public NlsContext nls()

Constructor Detail

public FinallyBlockContext(ParserRuleContext parent, int invokingState)

Method Detail

public TerminalNode FINALLY()

<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)

public BlockContext block()

@Override public int getRuleIndex()

public NlsContext nls()

© 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.FinallyBlockContext.html