public static class GroovyParser.ConditionalExprAltContext extends ExpressionContext
| Modifiers | Name | Description | 
|---|---|---|
| ExpressionContext | con | |
| ExpressionContext | fb | |
| ExpressionContext | tb | 
| Constructor and description | 
|---|
| ConditionalExprAltContext
                                (ExpressionContext ctx) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public TerminalNode | COLON() | 
|  | public TerminalNode | ELVIS() | 
|  | public TerminalNode | QUESTION() | 
| <Result> | public Result | accept(ParseTreeVisitor<? extends Result> visitor) | 
|  | public List<? extends ExpressionContext> | expression() | 
|  | public ExpressionContext | expression(int i) | 
|  | public List<? extends NlsContext> | nls() | 
|  | public NlsContext | nls(int i) | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.