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 org.jd.core.v1.model.javasyntax.statement.ForEachStatement
expression, name, statements, type
-
Constructor Summary
ConstructorsConstructorDescriptionClassFileForEachStatement
(AbstractLocalVariable localVariable, Expression expression, BaseStatement statements) -
Method Summary
Methods inherited from class org.jd.core.v1.model.javasyntax.statement.ForEachStatement
accept, getExpression, getStatements, getType, setExpression
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
localVariable
-
-
Constructor Details
-
ClassFileForEachStatement
public ClassFileForEachStatement(AbstractLocalVariable localVariable, Expression expression, BaseStatement statements)
-
-
Method Details
-
getName
- Overrides:
getName
in classForEachStatement
-
toString
-