Package net.jangaroo.jooc.model
Interface AnnotatedModel
-
- All Superinterfaces:
ActionScriptModel
- All Known Implementing Classes:
AbstractAnnotatedModel,ClassModel,FieldModel,MemberModel,MethodModel,NamespaceModel,PropertyModel
public interface AnnotatedModel extends ActionScriptModel
Created with IntelliJ IDEA. User: fwienber Date: 11.06.12 Time: 12:22 To change this template use File | Settings | File Templates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAnnotation(AnnotationModel annotation)List<AnnotationModel>getAnnotations()List<AnnotationModel>getAnnotations(String name)voidsetAnnotations(List<AnnotationModel> annotations)-
Methods inherited from interface net.jangaroo.jooc.model.ActionScriptModel
visit
-
-
-
-
Method Detail
-
getAnnotations
List<AnnotationModel> getAnnotations()
-
getAnnotations
List<AnnotationModel> getAnnotations(String name)
-
setAnnotations
void setAnnotations(List<AnnotationModel> annotations)
-
addAnnotation
void addAnnotation(AnnotationModel annotation)
-
-