Home
last modified time | relevance | path

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

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DNormalAnnotationExpr.java139 return JavaParserMetaModel.normalAnnotationExprMetaModel; in getMetaModel()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
DJavaParserMetaModel.java155normalAnnotationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePropertyM… in initializeConstructorParameters()
156normalAnnotationExprMetaModel.getConstructorParameters().add(normalAnnotationExprMetaModel.pairsPr… in initializeConstructorParameters()
324 nodeMetaModels.add(normalAnnotationExprMetaModel); in initializeNodeMetaModels()
572normalAnnotationExprMetaModel.pairsPropertyMetaModel = new PropertyMetaModel(normalAnnotationExprM… in initializePropertyMetaModels()
573normalAnnotationExprMetaModel.getDeclaredPropertyMetaModels().add(normalAnnotationExprMetaModel.pa… in initializePropertyMetaModels()
885 …public static final NormalAnnotationExprMetaModel normalAnnotationExprMetaModel = new NormalAnnota… field in JavaParserMetaModel