public class StatementsList extends BaseNode implements Statements
Statements
that is composed of a list of
Statements
.Constructor and Description |
---|
StatementsList()
Creates a new
StatementsList with no Statements . |
Modifier and Type | Method and Description |
---|---|
List<Statements> |
getStatements()
Returns the
Statements that are in this list. |
String |
toCode()
The Java code representation of this
Node . |
public StatementsList()
StatementsList
with no Statements
.public List<Statements> getStatements()
Statements
that are in this list.getStatements
in interface Statements
null
list of Statements
.Copyright © 2018. All rights reserved.