[Java] Class GroovyParser.ThrowStmtAltContext
- org.apache.groovy.parser.antlr4.GroovyParser.ThrowStmtAltContext
public static class GroovyParser.ThrowStmtAltContext extends StatementContext
Constructor Summary
Constructor and description |
---|
ThrowStmtAltContext
(StatementContext ctx) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public TerminalNode |
THROW() | |
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public ExpressionContext |
expression() |
Constructor Detail
public ThrowStmtAltContext(StatementContext ctx)
Method Detail
public TerminalNode THROW()
<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)
public ExpressionContext expression()
© 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.ThrowStmtAltContext.html