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.java21 …del.getConstructorParameters().add(callableDeclarationMetaModel.thrownExceptionsPropertyMetaModel); in initializeConstructorParameters()
67 …del.getConstructorParameters().add(callableDeclarationMetaModel.thrownExceptionsPropertyMetaModel); in initializeConstructorParameters()
91 …del.getConstructorParameters().add(callableDeclarationMetaModel.thrownExceptionsPropertyMetaModel); in initializeConstructorParameters()
374 …callableDeclarationMetaModel.thrownExceptionsPropertyMetaModel = new PropertyMetaModel(callableDec… in initializePropertyMetaModels()
375 …etDeclaredPropertyMetaModels().add(callableDeclarationMetaModel.thrownExceptionsPropertyMetaModel); in initializePropertyMetaModels()