public class ExpressionInfo extends Object
The ExpressionInfo and StatementInfo classes are shared among both parsers (R-like and Python-like dialects), and Antlr-generated code assumes that these classes are present in the parser's namespace.
| Modifier and Type | Field and Description | 
|---|---|
| Expression | expr | 
| Expression | from | 
| Expression | increment | 
| Expression | to | 
| Constructor and Description | 
|---|
| ExpressionInfo() | 
public Expression expr
public Expression from
public Expression to
public Expression increment
Copyright © 2021 The Apache Software Foundation. All rights reserved.