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
 void addAnnotation(AnnotationModel annotation)
           
 List<AnnotationModel> getAnnotations()
           
 void setAnnotations(List<AnnotationModel> annotations)
           
 
Methods inherited from interface net.jangaroo.jooc.model.ActionScriptModel
visit
 

Method Detail

getAnnotations

List<AnnotationModel> getAnnotations()

setAnnotations

void setAnnotations(List<AnnotationModel> annotations)

addAnnotation

void addAnnotation(AnnotationModel annotation)


Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.