Searched refs:conditionalExprMetaModel (Results 1 – 2 of 2) sorted by relevance
127 …conditionalExprMetaModel.getConstructorParameters().add(conditionalExprMetaModel.conditionProperty… in initializeConstructorParameters()128 …conditionalExprMetaModel.getConstructorParameters().add(conditionalExprMetaModel.thenExprPropertyM… in initializeConstructorParameters()129 …conditionalExprMetaModel.getConstructorParameters().add(conditionalExprMetaModel.elseExprPropertyM… in initializeConstructorParameters()278 nodeMetaModels.add(conditionalExprMetaModel); in initializeNodeMetaModels()516 …conditionalExprMetaModel.conditionPropertyMetaModel = new PropertyMetaModel(conditionalExprMetaMod… in initializePropertyMetaModels()517 …conditionalExprMetaModel.getDeclaredPropertyMetaModels().add(conditionalExprMetaModel.conditionPro… in initializePropertyMetaModels()518 …conditionalExprMetaModel.elseExprPropertyMetaModel = new PropertyMetaModel(conditionalExprMetaMode… in initializePropertyMetaModels()519 …conditionalExprMetaModel.getDeclaredPropertyMetaModels().add(conditionalExprMetaModel.elseExprProp… in initializePropertyMetaModels()520 …conditionalExprMetaModel.thenExprPropertyMetaModel = new PropertyMetaModel(conditionalExprMetaMode… in initializePropertyMetaModels()521 …conditionalExprMetaModel.getDeclaredPropertyMetaModels().add(conditionalExprMetaModel.thenExprProp… in initializePropertyMetaModels()[all …]
159 return JavaParserMetaModel.conditionalExprMetaModel; in getMetaModel()