Home
last modified time | relevance | path

Searched refs:thrownExceptionsPropertyMetaModel (Results 1 – 2 of 2) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
DCallableDeclarationMetaModel.java24 public PropertyMetaModel thrownExceptionsPropertyMetaModel; field in CallableDeclarationMetaModel
DJavaParserMetaModel.java25 …del.getConstructorParameters().add(callableDeclarationMetaModel.thrownExceptionsPropertyMetaModel); in initializeConstructorParameters()
70 …del.getConstructorParameters().add(callableDeclarationMetaModel.thrownExceptionsPropertyMetaModel); in initializeConstructorParameters()
94 …del.getConstructorParameters().add(callableDeclarationMetaModel.thrownExceptionsPropertyMetaModel); in initializeConstructorParameters()
373 …callableDeclarationMetaModel.thrownExceptionsPropertyMetaModel = new PropertyMetaModel(callableDec… in initializePropertyMetaModels()
374 …etDeclaredPropertyMetaModels().add(callableDeclarationMetaModel.thrownExceptionsPropertyMetaModel); in initializePropertyMetaModels()