Home
last modified time | relevance | path

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

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
DExplicitConstructorInvocationStmtMetaModel.java15 public PropertyMetaModel isThisPropertyMetaModel; field in ExplicitConstructorInvocationStmtMetaModel
DJavaParserMetaModel.java188 …getConstructorParameters().add(explicitConstructorInvocationStmtMetaModel.isThisPropertyMetaModel); in initializeConstructorParameters()
644 …explicitConstructorInvocationStmtMetaModel.isThisPropertyMetaModel = new PropertyMetaModel(explici… in initializePropertyMetaModels()
645 …claredPropertyMetaModels().add(explicitConstructorInvocationStmtMetaModel.isThisPropertyMetaModel); in initializePropertyMetaModels()