public final class ForeachStatement extends ValueObject implements Statement
Modifier and Type | Field and Description |
---|---|
Expression |
of |
Statement |
statement |
TypeLiteral |
type |
String |
var |
Constructor and Description |
---|
ForeachStatement(TypeLiteral type,
String var,
Expression of,
Statement statement) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final TypeLiteral type
public final String var
public final Expression of
public final Statement statement
public ForeachStatement(TypeLiteral type, String var, Expression of, Statement statement)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.