Class UnaryExpressionModel
java.lang.Object
software.coley.sourcesolver.model.AbstractModel
software.coley.sourcesolver.model.AbstractExpressionModel
software.coley.sourcesolver.model.UnaryExpressionModel
- All Implemented Interfaces:
Model
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUnaryExpressionModel(Range range, AbstractExpressionModel expression, UnaryExpressionModel.Operator operator) -
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
-
UnaryExpressionModel
public UnaryExpressionModel(@Nonnull Range range, @Nonnull AbstractExpressionModel expression, @Nonnull UnaryExpressionModel.Operator operator)
-
-
Method Details
-
getExpression
-
getOperator
-
equals
- Specified by:
equalsin classAbstractModel
-
hashCode
public int hashCode()- Specified by:
hashCodein classAbstractModel
-
toString
-