public class StatementInfo 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 |
---|---|
String |
functionName |
HashMap<String,FunctionDictionary<FunctionStatementBlock>> |
namespaces |
Statement |
stmt |
Constructor and Description |
---|
StatementInfo() |
public Statement stmt
public HashMap<String,FunctionDictionary<FunctionStatementBlock>> namespaces
public String functionName
Copyright © 2020 The Apache Software Foundation. All rights reserved.