Uses of Class
net.jangaroo.jooc.model.AnnotationPropertyModel

Packages that use AnnotationPropertyModel
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
 void ActionScriptCodeGeneratingModelVisitor.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
 List<AnnotationPropertyModel> AnnotationModel.getProperties()
           
 

Methods in net.jangaroo.jooc.model with parameters of type AnnotationPropertyModel
 void AnnotationModel.addProperty(AnnotationPropertyModel annotationProperty)
           
 void ModelVisitor.visitAnnotationProperty(AnnotationPropertyModel annotationPropertyModel)
           
 

Method parameters in net.jangaroo.jooc.model with type arguments of type AnnotationPropertyModel
 void AnnotationModel.setProperties(List<AnnotationPropertyModel> properties)
           
 

Constructors in net.jangaroo.jooc.model with parameters of type AnnotationPropertyModel
AnnotationModel(String name, AnnotationPropertyModel... properties)
           
 



Copyright © 2002–2014 CoreMedia AG. All rights reserved.