Home
last modified time | relevance | path

Searched refs:annotationExprMetaModel (Results 1 – 2 of 2) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
DJavaParserMetaModel.java24annotationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePropertyMetaMod… in initializeConstructorParameters()
142 …markerAnnotationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePropertyM… in initializeConstructorParameters()
155 …normalAnnotationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePropertyM… in initializeConstructorParameters()
163 …singleMemberAnnotationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePro… in initializeConstructorParameters()
254 nodeMetaModels.add(annotationExprMetaModel); in initializeNodeMetaModels()
364 …com.github.javaparser.ast.expr.AnnotationExpr.class, Optional.of(annotationExprMetaModel), false, … in initializePropertyMetaModels()
378 …com.github.javaparser.ast.expr.AnnotationExpr.class, Optional.of(annotationExprMetaModel), false, … in initializePropertyMetaModels()
380annotationExprMetaModel.namePropertyMetaModel = new PropertyMetaModel(annotationExprMetaModel, "na… in initializePropertyMetaModels()
381annotationExprMetaModel.getDeclaredPropertyMetaModels().add(annotationExprMetaModel.namePropertyMe… in initializePropertyMetaModels()
390 …com.github.javaparser.ast.expr.AnnotationExpr.class, Optional.of(annotationExprMetaModel), false, … in initializePropertyMetaModels()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DAnnotationExpr.java103 return JavaParserMetaModel.annotationExprMetaModel; in getMetaModel()