Searched refs:classExprMetaModel (Results 1 – 2 of 2) sorted by relevance
117 return JavaParserMetaModel.classExprMetaModel; in getMetaModel()
126 classExprMetaModel.getConstructorParameters().add(classExprMetaModel.typePropertyMetaModel); in initializeConstructorParameters()273 nodeMetaModels.add(classExprMetaModel); in initializeNodeMetaModels()514 …classExprMetaModel.typePropertyMetaModel = new PropertyMetaModel(classExprMetaModel, "type", com.g… in initializePropertyMetaModels()515 … classExprMetaModel.getDeclaredPropertyMetaModels().add(classExprMetaModel.typePropertyMetaModel); in initializePropertyMetaModels()855 …public static final ClassExprMetaModel classExprMetaModel = new ClassExprMetaModel(Optional.of(exp… field in JavaParserMetaModel