Searched refs:conditionPropertyMetaModel (Results 1 – 5 of 5) sorted by relevance
13 public PropertyMetaModel conditionPropertyMetaModel; field in DoStmtMetaModel
13 public PropertyMetaModel conditionPropertyMetaModel; field in WhileStmtMetaModel
11 public PropertyMetaModel conditionPropertyMetaModel; field in ConditionalExprMetaModel
11 public PropertyMetaModel conditionPropertyMetaModel; field in IfStmtMetaModel
127 …lExprMetaModel.getConstructorParameters().add(conditionalExprMetaModel.conditionPropertyMetaModel); in initializeConstructorParameters()186 doStmtMetaModel.getConstructorParameters().add(doStmtMetaModel.conditionPropertyMetaModel); in initializeConstructorParameters()199 ifStmtMetaModel.getConstructorParameters().add(ifStmtMetaModel.conditionPropertyMetaModel); in initializeConstructorParameters()218 … whileStmtMetaModel.getConstructorParameters().add(whileStmtMetaModel.conditionPropertyMetaModel); in initializeConstructorParameters()516 …conditionalExprMetaModel.conditionPropertyMetaModel = new PropertyMetaModel(conditionalExprMetaMod… in initializePropertyMetaModels()517 …MetaModel.getDeclaredPropertyMetaModels().add(conditionalExprMetaModel.conditionPropertyMetaModel); in initializePropertyMetaModels()638 …doStmtMetaModel.conditionPropertyMetaModel = new PropertyMetaModel(doStmtMetaModel, "condition", c… in initializePropertyMetaModels()639 … doStmtMetaModel.getDeclaredPropertyMetaModels().add(doStmtMetaModel.conditionPropertyMetaModel); in initializePropertyMetaModels()666 …ifStmtMetaModel.conditionPropertyMetaModel = new PropertyMetaModel(ifStmtMetaModel, "condition", c… in initializePropertyMetaModels()667 … ifStmtMetaModel.getDeclaredPropertyMetaModels().add(ifStmtMetaModel.conditionPropertyMetaModel); in initializePropertyMetaModels()[all …]