Class AnnotationExpressionModel
java.lang.Object
software.coley.sourcesolver.model.AbstractModel
software.coley.sourcesolver.model.AbstractExpressionModel
software.coley.sourcesolver.model.AnnotationExpressionModel
- All Implemented Interfaces:
Model,NamedModel,NameHoldingModel
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationExpressionModel(Range range, NameExpressionModel name, List<AnnotationArgumentModel> arguments) -
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, getChildren, getParent, getParentOfType, getRange, getRecursiveChildrenOfType, getSource, isChildOf, isParentOf, resolve, resolveAt, visitMethods inherited from interface software.coley.sourcesolver.model.NameHoldingModel
getName
-
Constructor Details
-
AnnotationExpressionModel
public AnnotationExpressionModel(@Nonnull Range range, @Nonnull NameExpressionModel name, @Nonnull List<AnnotationArgumentModel> arguments)
-
-
Method Details
-
getNameModel
- Specified by:
getNameModelin interfaceNameHoldingModel- Returns:
- Model of name.
Can be
nullin cases where thejavacAPI doesn't track names. Thename stringshould still be present though.
-
getArguments
-
equals
- Specified by:
equalsin classAbstractModel
-
hashCode
public int hashCode()- Specified by:
hashCodein classAbstractModel
-
toString
-