Searched refs:conditionalExprMetaModel (Results 1 – 2 of 2) sorted by relevance
130 …conditionalExprMetaModel.getConstructorParameters().add(conditionalExprMetaModel.conditionProperty… in initializeConstructorParameters()131 …conditionalExprMetaModel.getConstructorParameters().add(conditionalExprMetaModel.thenExprPropertyM… in initializeConstructorParameters()132 …conditionalExprMetaModel.getConstructorParameters().add(conditionalExprMetaModel.elseExprPropertyM… in initializeConstructorParameters()279 nodeMetaModels.add(conditionalExprMetaModel); in initializeNodeMetaModels()513 …conditionalExprMetaModel.conditionPropertyMetaModel = new PropertyMetaModel(conditionalExprMetaMod… in initializePropertyMetaModels()514 …conditionalExprMetaModel.getDeclaredPropertyMetaModels().add(conditionalExprMetaModel.conditionPro… in initializePropertyMetaModels()515 …conditionalExprMetaModel.elseExprPropertyMetaModel = new PropertyMetaModel(conditionalExprMetaMode… in initializePropertyMetaModels()516 …conditionalExprMetaModel.getDeclaredPropertyMetaModels().add(conditionalExprMetaModel.elseExprProp… in initializePropertyMetaModels()517 …conditionalExprMetaModel.thenExprPropertyMetaModel = new PropertyMetaModel(conditionalExprMetaMode… in initializePropertyMetaModels()518 …conditionalExprMetaModel.getDeclaredPropertyMetaModels().add(conditionalExprMetaModel.thenExprProp… in initializePropertyMetaModels()[all …]
159 return JavaParserMetaModel.conditionalExprMetaModel; in getMetaModel()