Class DeconstructionPatternModel
java.lang.Object
software.coley.sourcesolver.model.AbstractModel
software.coley.sourcesolver.model.AbstractPatternModel
software.coley.sourcesolver.model.DeconstructionPatternModel
- All Implemented Interfaces:
Model
-
Constructor Summary
ConstructorsConstructorDescriptionDeconstructionPatternModel(Range range, AbstractExpressionModel deconstructor, List<AbstractPatternModel> nestedPatterns) -
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, toString, wait, wait, waitMethods inherited from interface software.coley.sourcesolver.model.Model
getChildAtPosition, getParentOfType, getRecursiveChildrenOfType, getSource, isChildOf, isParentOf, resolve, visit
-
Constructor Details
-
DeconstructionPatternModel
public DeconstructionPatternModel(@Nonnull Range range, @Nonnull AbstractExpressionModel deconstructor, @Nonnull List<AbstractPatternModel> nestedPatterns)
-
-
Method Details
-
getDeconstructor
-
getNestedPatterns
-
equals
- Specified by:
equalsin classAbstractModel
-
hashCode
public int hashCode()- Specified by:
hashCodein classAbstractModel
-