Searched refs:whileStmtMetaModel (Results 1 – 2 of 2) sorted by relevance
218 … whileStmtMetaModel.getConstructorParameters().add(whileStmtMetaModel.conditionPropertyMetaModel); in initializeConstructorParameters()219 whileStmtMetaModel.getConstructorParameters().add(whileStmtMetaModel.bodyPropertyMetaModel); in initializeConstructorParameters()357 nodeMetaModels.add(whileStmtMetaModel); in initializeNodeMetaModels()712 …whileStmtMetaModel.bodyPropertyMetaModel = new PropertyMetaModel(whileStmtMetaModel, "body", com.g… in initializePropertyMetaModels()713 … whileStmtMetaModel.getDeclaredPropertyMetaModels().add(whileStmtMetaModel.bodyPropertyMetaModel); in initializePropertyMetaModels()714 …whileStmtMetaModel.conditionPropertyMetaModel = new PropertyMetaModel(whileStmtMetaModel, "conditi… in initializePropertyMetaModels()715 …whileStmtMetaModel.getDeclaredPropertyMetaModels().add(whileStmtMetaModel.conditionPropertyMetaMod… in initializePropertyMetaModels()949 …public static final WhileStmtMetaModel whileStmtMetaModel = new WhileStmtMetaModel(Optional.of(sta… field in JavaParserMetaModel
140 return JavaParserMetaModel.whileStmtMetaModel; in getMetaModel()