Class ClassFileForEachStatement
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.ForEachStatement
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement.ClassFileForEachStatement
-
Field Summary
FieldsFields inherited from class ForEachStatement
expression, name, statements, type -
Constructor Summary
ConstructorsConstructorDescriptionClassFileForEachStatement(AbstractLocalVariable localVariable, Expression expression, BaseStatement statements) -
Method Summary
Methods inherited from class ForEachStatement
accept, getExpression, getStatements, getType, setExpressionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
localVariable
-
-
Constructor Details
-
ClassFileForEachStatement
public ClassFileForEachStatement(AbstractLocalVariable localVariable, Expression expression, BaseStatement statements)
-
-
Method Details
-
getName
- Overrides:
getNamein classForEachStatement
-
toString
-