Uses of Class
net.jangaroo.jooc.model.AnnotationPropertyModel
-
Packages that use AnnotationPropertyModel Package Description net.jangaroo.jooc.backend net.jangaroo.jooc.model -
-
Uses of AnnotationPropertyModel in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type AnnotationPropertyModel Modifier and Type Method Description voidActionScriptCodeGeneratingModelVisitor. visitAnnotationProperty(AnnotationPropertyModel annotationPropertyModel) -
Uses of AnnotationPropertyModel in net.jangaroo.jooc.model
Methods in net.jangaroo.jooc.model that return types with arguments of type AnnotationPropertyModel Modifier and Type Method Description List<AnnotationPropertyModel>AnnotationModel. getProperties()Map<String,AnnotationPropertyModel>AnnotationModel. getPropertiesByName()Methods in net.jangaroo.jooc.model with parameters of type AnnotationPropertyModel Modifier and Type Method Description voidAnnotationModel. addProperty(AnnotationPropertyModel annotationProperty)voidModelVisitor. visitAnnotationProperty(AnnotationPropertyModel annotationPropertyModel)Method parameters in net.jangaroo.jooc.model with type arguments of type AnnotationPropertyModel Modifier and Type Method Description voidAnnotationModel. setProperties(List<AnnotationPropertyModel> properties)Constructors in net.jangaroo.jooc.model with parameters of type AnnotationPropertyModel Constructor Description AnnotationModel(String name, AnnotationPropertyModel... properties)
-