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 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 ForStatement
accept, getCondition, getDeclaration, getInit, getStatements, getUpdate, setCondition, setDeclaration, setInit, setUpdateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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:
toStringin classForStatement
-