Uses of Class
software.coley.sourcesolver.model.AnnotationExpressionModel
Packages that use AnnotationExpressionModel
-
Uses of AnnotationExpressionModel in software.coley.sourcesolver.mapping
Methods in software.coley.sourcesolver.mapping that return AnnotationExpressionModelModifier and TypeMethodDescriptionAnnotationUseMapper.map(MappingContext context, com.sun.tools.javac.tree.EndPosTable table, AnnotationTree tree) Methods in software.coley.sourcesolver.mapping that return types with arguments of type AnnotationExpressionModelConstructor parameters in software.coley.sourcesolver.mapping with type arguments of type AnnotationExpressionModelModifierConstructorDescriptionModifiersParsePair(List<AnnotationExpressionModel> annotations, ModifiersModel modifiers) PackageMapper(List<AnnotationExpressionModel> packageAnnotations) -
Uses of AnnotationExpressionModel in software.coley.sourcesolver.model
Methods in software.coley.sourcesolver.model that return types with arguments of type AnnotationExpressionModelModifier and TypeMethodDescriptionAnnotatedModel.getAnnotations()ArrayDeclarationExpressionModel.getAnnotations()ClassModel.getAnnotations()MethodModel.getAnnotations()PackageModel.getAnnotations()TypeParameterModel.getAnnotations()VariableModel.getAnnotations()Constructor parameters in software.coley.sourcesolver.model with type arguments of type AnnotationExpressionModelModifierConstructorDescriptionClassModel(Range range, List<AnnotationExpressionModel> annotations, ModifiersModel modifiers, String name, List<TypeParameterModel> typeParameters, NamedModel extendsModel, ImplementsModel implementsModel, PermitsModel permitsModel, List<VariableModel> fields, List<MethodModel> methods, List<ClassModel> innerClasses) PackageModel(Range range, NameExpressionModel name, List<AnnotationExpressionModel> annotations) VariableModel(Range range, List<AnnotationExpressionModel> annotations, ModifiersModel modifiers, TypeModel type, String name, Model value)