Class ClassFileForStatement
java.lang.Object
org.jd.core.v1.model.javasyntax.statement.ForStatement
org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement.ClassFileForStatement
-
Field Summary
FieldsFields inherited from class org.jd.core.v1.model.javasyntax.statement.ForStatement
condition, declaration, init, statements, update
-
Constructor Summary
ConstructorsConstructorDescriptionClassFileForStatement
(int fromOffset, int toOffset, BaseExpression init, Expression condition, BaseExpression update, BaseStatement statements) -
Method Summary
Methods inherited from class org.jd.core.v1.model.javasyntax.statement.ForStatement
accept, getCondition, getDeclaration, getInit, getStatements, getUpdate, setCondition, setDeclaration, setInit, setUpdate
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
-
fromOffset
protected int fromOffset -
toOffset
protected int toOffset
-
-
Constructor Details
-
ClassFileForStatement
public ClassFileForStatement(int fromOffset, int toOffset, BaseExpression init, Expression condition, BaseExpression update, BaseStatement statements)
-
-
Method Details
-
getFromOffset
public int getFromOffset() -
getToOffset
public int getToOffset() -
toString
- Overrides:
toString
in classForStatement
-