org.codehaus.jparsec.examples.java.ast.statement
Class ForeachStatement
java.lang.Object
org.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.java.ast.statement.ForeachStatement
- All Implemented Interfaces:
- Statement
public final class ForeachStatement
- extends ValueObject
- implements Statement
Represents the enhanced for loop statement.
- Author:
- Ben Yu
type
public final TypeLiteral type
var
public final String var
of
public final Expression of
statement
public final Statement statement
ForeachStatement
public ForeachStatement(TypeLiteral type,
String var,
Expression of,
Statement statement)
toString
public String toString()
- Overrides:
toString in class ValueObject
Copyright © 2014. All rights reserved.