Class ForEachStatement
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.ForEachStatement
- Direct Known Subclasses:
ClassFileForEachStatement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Expression
protected String
protected BaseStatement
protected Type
-
Constructor Summary
ConstructorsConstructorDescriptionForEachStatement
(Type type, String name, Expression expression, BaseStatement statements) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StatementVisitor visitor) getName()
getType()
void
setExpression
(Expression expression) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, size
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
type
-
name
-
expression
-
statements
-
-
Constructor Details
-
ForEachStatement
-
-
Method Details
-
getType
-
getName
-
getExpression
-
setExpression
-
getStatements
-
accept
- Specified by:
accept
in interfaceBaseStatement
-