org.codehaus.jparsec.examples.java.ast.statement
Class ExpressionListStatement
java.lang.Object
org.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.java.ast.statement.ExpressionListStatement
- All Implemented Interfaces:
- Statement
public final class ExpressionListStatement
- extends ValueObject
- implements Statement
Represents the comma delimited expression list used in the initializer of a "for" loop.
- Author:
- Ben Yu
expressions
public final List<Expression> expressions
ExpressionListStatement
public ExpressionListStatement(List<Expression> expressions)
toString
public String toString()
- Overrides:
toString in class ValueObject
Copyright © 2014. All rights reserved.