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

Packages that use AnnotationModel
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
 void ActionScriptCodeGeneratingModelVisitor.visitAnnotation(AnnotationModel annotationModel)
           
 

Uses of AnnotationModel in net.jangaroo.jooc.model
 

Methods in net.jangaroo.jooc.model that return types with arguments of type AnnotationModel
 List<AnnotationModel> AnnotatedModel.getAnnotations()
           
 List<AnnotationModel> AbstractAnnotatedModel.getAnnotations()
           
 

Methods in net.jangaroo.jooc.model with parameters of type AnnotationModel
 void AnnotatedModel.addAnnotation(AnnotationModel annotation)
           
 void AbstractAnnotatedModel.addAnnotation(AnnotationModel annotation)
           
 void ModelVisitor.visitAnnotation(AnnotationModel annotationModel)
           
 

Method parameters in net.jangaroo.jooc.model with type arguments of type AnnotationModel
 void AnnotatedModel.setAnnotations(List<AnnotationModel> annotations)
           
 void AbstractAnnotatedModel.setAnnotations(List<AnnotationModel> annotations)
           
 



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