org.codehaus.jparsec.examples.java.ast.statement
Class ExpressionListStatement

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by 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

Field Summary
 List<Expression> expressions
           
 
Constructor Summary
ExpressionListStatement(List<Expression> expressions)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

expressions

public final List<Expression> expressions
Constructor Detail

ExpressionListStatement

public ExpressionListStatement(List<Expression> expressions)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.