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, setExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, sizeMethods 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:
getNamein classForEachStatement
-
toString
-