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.java28annotationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePropertyMetaMod… in initializeConstructorParameters()
145 …markerAnnotationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePropertyM… in initializeConstructorParameters()
159 …normalAnnotationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePropertyM… in initializeConstructorParameters()
167 …singleMemberAnnotationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePro… in initializeConstructorParameters()
255 nodeMetaModels.add(annotationExprMetaModel); in initializeNodeMetaModels()
363 …com.github.javaparser.ast.expr.AnnotationExpr.class, Optional.of(annotationExprMetaModel), false, … in initializePropertyMetaModels()
377 …com.github.javaparser.ast.expr.AnnotationExpr.class, Optional.of(annotationExprMetaModel), false, … in initializePropertyMetaModels()
379annotationExprMetaModel.namePropertyMetaModel = new PropertyMetaModel(annotationExprMetaModel, "na… in initializePropertyMetaModels()
380annotationExprMetaModel.getDeclaredPropertyMetaModels().add(annotationExprMetaModel.namePropertyMe… in initializePropertyMetaModels()
389 …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.java100 return JavaParserMetaModel.annotationExprMetaModel; in getMetaModel()