Class ClassFileForStatement
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.statement.ForStatement
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement.ClassFileForStatement
-
- All Implemented Interfaces:
java.lang.Iterable<Statement>
,BaseStatement
,Statement
,Base<Statement>
public class ClassFileForStatement extends ForStatement
-
-
Field Summary
Fields Modifier and Type Field Description protected int
fromOffset
protected int
toOffset
-
Fields inherited from class org.jd.core.v1.model.javasyntax.statement.ForStatement
condition, declaration, init, statements, update
-
-
Constructor Summary
Constructors Constructor Description ClassFileForStatement(int fromOffset, int toOffset, BaseExpression init, Expression condition, BaseExpression update, BaseStatement statements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFromOffset()
int
getToOffset()
java.lang.String
toString()
-
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
-
-
-
-
Constructor Detail
-
ClassFileForStatement
public ClassFileForStatement(int fromOffset, int toOffset, BaseExpression init, Expression condition, BaseExpression update, BaseStatement statements)
-
-
Method Detail
-
getFromOffset
public int getFromOffset()
-
getToOffset
public int getToOffset()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classForStatement
-
-