Uses of Class
net.jangaroo.jooc.model.AnnotationModel
-
Packages that use AnnotationModel Package Description net.jangaroo.jooc.backend net.jangaroo.jooc.model -
-
Uses of AnnotationModel in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type AnnotationModel Modifier and Type Method Description voidActionScriptCodeGeneratingModelVisitor. visitAnnotation(AnnotationModel annotationModel) -
Uses of AnnotationModel in net.jangaroo.jooc.model
Methods in net.jangaroo.jooc.model that return AnnotationModel Modifier and Type Method Description AnnotationModelClassModel. getEvent(String name)Methods in net.jangaroo.jooc.model that return types with arguments of type AnnotationModel Modifier and Type Method Description List<AnnotationModel>AbstractAnnotatedModel. getAnnotations()List<AnnotationModel>AbstractAnnotatedModel. getAnnotations(String name)List<AnnotationModel>AnnotatedModel. getAnnotations()List<AnnotationModel>AnnotatedModel. getAnnotations(String name)List<AnnotationModel>ClassModel. getEvents()Methods in net.jangaroo.jooc.model with parameters of type AnnotationModel Modifier and Type Method Description voidAbstractAnnotatedModel. addAnnotation(AnnotationModel annotation)voidAnnotatedModel. addAnnotation(AnnotationModel annotation)voidPropertyModel. addAnnotation(AnnotationModel annotation)voidModelVisitor. visitAnnotation(AnnotationModel annotationModel)Method parameters in net.jangaroo.jooc.model with type arguments of type AnnotationModel Modifier and Type Method Description voidAbstractAnnotatedModel. setAnnotations(List<AnnotationModel> annotations)voidAnnotatedModel. setAnnotations(List<AnnotationModel> annotations)voidPropertyModel. setAnnotations(List<AnnotationModel> annotations)
-