Class ForEachStatement
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.ForEachStatement
- Direct Known Subclasses:
ClassFileForEachStatement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Expressionprotected Stringprotected BaseStatementprotected Type -
Constructor Summary
ConstructorsConstructorDescriptionForEachStatement(Type type, String name, Expression expression, BaseStatement statements) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(StatementVisitor visitor) getName()getType()voidsetExpression(Expression expression) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
type
-
name
-
expression
-
statements
-
-
Constructor Details
-
ForEachStatement
-
-
Method Details
-
getType
-
getName
-
getExpression
-
setExpression
-
getStatements
-
accept
- Specified by:
acceptin interfaceBaseStatement
-