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