Class ForLoopStatementModel
java.lang.Object
software.coley.sourcesolver.model.AbstractModel
software.coley.sourcesolver.model.AbstractStatementModel
software.coley.sourcesolver.model.ForLoopStatementModel
- All Implemented Interfaces:
Model
-
Constructor Summary
ConstructorsConstructorDescriptionForLoopStatementModel(Range range, List<AbstractStatementModel> initializerStatements, List<AbstractStatementModel> updateStatements, AbstractExpressionModel condition, AbstractStatementModel statement) -
Method Summary
Methods inherited from class software.coley.sourcesolver.model.AbstractModel
getChildren, getParent, getRange, resolveAtMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.coley.sourcesolver.model.Model
getChildAtPosition, getParentOfType, getRecursiveChildrenOfType, getSource, isChildOf, isParentOf, resolve, visit
-
Constructor Details
-
ForLoopStatementModel
public ForLoopStatementModel(@Nonnull Range range, @Nonnull List<AbstractStatementModel> initializerStatements, @Nonnull List<AbstractStatementModel> updateStatements, @Nonnull AbstractExpressionModel condition, @Nonnull AbstractStatementModel statement)
-
-
Method Details
-
getInitializerStatements
-
getUpdateStatements
-
getCondition
-
getStatement
-
equals
- Specified by:
equalsin classAbstractModel
-
hashCode
public int hashCode()- Specified by:
hashCodein classAbstractModel
-
toString
-