Home
last modified time | relevance | path

Searched refs:typePropertyMetaModel (Results 1 – 13 of 13) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
DJavaParserMetaModel.java51 …taModel.getConstructorParameters().add(annotationMemberDeclarationMetaModel.typePropertyMetaModel); in initializeConstructorParameters()
88 …larationMetaModel.getConstructorParameters().add(methodDeclarationMetaModel.typePropertyMetaModel); in initializeConstructorParameters()
96 parameterMetaModel.getConstructorParameters().add(parameterMetaModel.typePropertyMetaModel); in initializeConstructorParameters()
101 …arameterMetaModel.getConstructorParameters().add(receiverParameterMetaModel.typePropertyMetaModel); in initializeConstructorParameters()
103 …laratorMetaModel.getConstructorParameters().add(variableDeclaratorMetaModel.typePropertyMetaModel); in initializeConstructorParameters()
123 castExprMetaModel.getConstructorParameters().add(castExprMetaModel.typePropertyMetaModel); in initializeConstructorParameters()
126 classExprMetaModel.getConstructorParameters().add(classExprMetaModel.typePropertyMetaModel); in initializeConstructorParameters()
136 …tanceOfExprMetaModel.getConstructorParameters().add(instanceOfExprMetaModel.typePropertyMetaModel); in initializeConstructorParameters()
158 …ionExprMetaModel.getConstructorParameters().add(objectCreationExprMetaModel.typePropertyMetaModel); in initializeConstructorParameters()
167 typeExprMetaModel.getConstructorParameters().add(typeExprMetaModel.typePropertyMetaModel); in initializeConstructorParameters()
[all …]
DTypeExprMetaModel.java11 public PropertyMetaModel typePropertyMetaModel; field in TypeExprMetaModel
DPrimitiveTypeMetaModel.java11 public PropertyMetaModel typePropertyMetaModel; field in PrimitiveTypeMetaModel
DClassExprMetaModel.java11 public PropertyMetaModel typePropertyMetaModel; field in ClassExprMetaModel
DInstanceOfExprMetaModel.java13 public PropertyMetaModel typePropertyMetaModel; field in InstanceOfExprMetaModel
DCastExprMetaModel.java13 public PropertyMetaModel typePropertyMetaModel; field in CastExprMetaModel
DMethodDeclarationMetaModel.java13 public PropertyMetaModel typePropertyMetaModel; field in MethodDeclarationMetaModel
DSwitchEntryMetaModel.java15 public PropertyMetaModel typePropertyMetaModel; field in SwitchEntryMetaModel
DVariableDeclaratorMetaModel.java15 public PropertyMetaModel typePropertyMetaModel; field in VariableDeclaratorMetaModel
DReceiverParameterMetaModel.java15 public PropertyMetaModel typePropertyMetaModel; field in ReceiverParameterMetaModel
DAnnotationMemberDeclarationMetaModel.java17 public PropertyMetaModel typePropertyMetaModel; field in AnnotationMemberDeclarationMetaModel
DParameterMetaModel.java19 public PropertyMetaModel typePropertyMetaModel; field in ParameterMetaModel
DObjectCreationExprMetaModel.java17 public PropertyMetaModel typePropertyMetaModel; field in ObjectCreationExprMetaModel