Interface AnnotatedModel
- All Superinterfaces:
Model
- All Known Implementing Classes:
ArrayDeclarationExpressionModel,ClassModel,MethodModel,PackageModel,TypeParameterModel,VariableModel
A model that can be annotated.
- Author:
- Matt Coley
-
Method Summary
Methods inherited from interface software.coley.sourcesolver.model.Model
getChildAtPosition, getChildren, getParent, getParentOfType, getRange, getRecursiveChildrenOfType, getSource, isChildOf, isParentOf, resolve, resolveAt, visit
-
Method Details
-
getAnnotations
- Returns:
- Annotations on this model.
-