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