Searched refs:whileStmtMetaModel (Results 1 – 2 of 2) sorted by relevance
219 … whileStmtMetaModel.getConstructorParameters().add(whileStmtMetaModel.conditionPropertyMetaModel); in initializeConstructorParameters()220 whileStmtMetaModel.getConstructorParameters().add(whileStmtMetaModel.bodyPropertyMetaModel); in initializeConstructorParameters()356 nodeMetaModels.add(whileStmtMetaModel); in initializeNodeMetaModels()705 …whileStmtMetaModel.bodyPropertyMetaModel = new PropertyMetaModel(whileStmtMetaModel, "body", com.g… in initializePropertyMetaModels()706 … whileStmtMetaModel.getDeclaredPropertyMetaModels().add(whileStmtMetaModel.bodyPropertyMetaModel); in initializePropertyMetaModels()707 …whileStmtMetaModel.conditionPropertyMetaModel = new PropertyMetaModel(whileStmtMetaModel, "conditi… in initializePropertyMetaModels()708 …whileStmtMetaModel.getDeclaredPropertyMetaModels().add(whileStmtMetaModel.conditionPropertyMetaMod… in initializePropertyMetaModels()938 …public static final WhileStmtMetaModel whileStmtMetaModel = new WhileStmtMetaModel(Optional.of(sta… field in JavaParserMetaModel
140 return JavaParserMetaModel.whileStmtMetaModel; in getMetaModel()