Home
last modified time | relevance | path

Searched refs:namePropertyMetaModel (Results 1 – 24 of 24) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
DJavaParserMetaModel.java19 …rationMetaModel.getConstructorParameters().add(callableDeclarationMetaModel.namePropertyMetaModel); in initializeConstructorParameters()
24 …otationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePropertyMetaModel); in initializeConstructorParameters()
27 …eclarationMetaModel.getConstructorParameters().add(typeDeclarationMetaModel.namePropertyMetaModel); in initializeConstructorParameters()
33 …larationMetaModel.getConstructorParameters().add(moduleDeclarationMetaModel.namePropertyMetaModel); in initializeConstructorParameters()
43 …arationMetaModel.getConstructorParameters().add(packageDeclarationMetaModel.namePropertyMetaModel); in initializeConstructorParameters()
47 …eclarationMetaModel.getConstructorParameters().add(typeDeclarationMetaModel.namePropertyMetaModel); in initializeConstructorParameters()
52 …taModel.getConstructorParameters().add(annotationMemberDeclarationMetaModel.namePropertyMetaModel); in initializeConstructorParameters()
57 …eclarationMetaModel.getConstructorParameters().add(typeDeclarationMetaModel.namePropertyMetaModel); in initializeConstructorParameters()
65 …rationMetaModel.getConstructorParameters().add(callableDeclarationMetaModel.namePropertyMetaModel); in initializeConstructorParameters()
71 …onMetaModel.getConstructorParameters().add(enumConstantDeclarationMetaModel.namePropertyMetaModel); in initializeConstructorParameters()
[all …]
DNameExprMetaModel.java11 public PropertyMetaModel namePropertyMetaModel; field in NameExprMetaModel
DModuleUsesDirectiveMetaModel.java11 public PropertyMetaModel namePropertyMetaModel; field in ModuleUsesDirectiveMetaModel
DPackageDeclarationMetaModel.java13 public PropertyMetaModel namePropertyMetaModel; field in PackageDeclarationMetaModel
DTypeParameterMetaModel.java11 public PropertyMetaModel namePropertyMetaModel; field in TypeParameterMetaModel
DModuleRequiresDirectiveMetaModel.java13 public PropertyMetaModel namePropertyMetaModel; field in ModuleRequiresDirectiveMetaModel
DModuleOpensDirectiveMetaModel.java13 public PropertyMetaModel namePropertyMetaModel; field in ModuleOpensDirectiveMetaModel
DModuleExportsDirectiveMetaModel.java13 public PropertyMetaModel namePropertyMetaModel; field in ModuleExportsDirectiveMetaModel
DMemberValuePairMetaModel.java11 public PropertyMetaModel namePropertyMetaModel; field in MemberValuePairMetaModel
DModuleProvidesDirectiveMetaModel.java11 public PropertyMetaModel namePropertyMetaModel; field in ModuleProvidesDirectiveMetaModel
DArrayAccessExprMetaModel.java13 public PropertyMetaModel namePropertyMetaModel; field in ArrayAccessExprMetaModel
DImportDeclarationMetaModel.java15 public PropertyMetaModel namePropertyMetaModel; field in ImportDeclarationMetaModel
DVariableDeclaratorMetaModel.java13 public PropertyMetaModel namePropertyMetaModel; field in VariableDeclaratorMetaModel
DEnumConstantDeclarationMetaModel.java15 public PropertyMetaModel namePropertyMetaModel; field in EnumConstantDeclarationMetaModel
DReceiverParameterMetaModel.java13 public PropertyMetaModel namePropertyMetaModel; field in ReceiverParameterMetaModel
DModuleDeclarationMetaModel.java17 public PropertyMetaModel namePropertyMetaModel; field in ModuleDeclarationMetaModel
DAnnotationMemberDeclarationMetaModel.java15 public PropertyMetaModel namePropertyMetaModel; field in AnnotationMemberDeclarationMetaModel
DFieldAccessExprMetaModel.java11 public PropertyMetaModel namePropertyMetaModel; field in FieldAccessExprMetaModel
DClassOrInterfaceTypeMetaModel.java11 public PropertyMetaModel namePropertyMetaModel; field in ClassOrInterfaceTypeMetaModel
DMethodCallExprMetaModel.java13 public PropertyMetaModel namePropertyMetaModel; field in MethodCallExprMetaModel
DParameterMetaModel.java17 public PropertyMetaModel namePropertyMetaModel; field in ParameterMetaModel
DAnnotationExprMetaModel.java16 public PropertyMetaModel namePropertyMetaModel; field in AnnotationExprMetaModel
DTypeDeclarationMetaModel.java20 public PropertyMetaModel namePropertyMetaModel; field in TypeDeclarationMetaModel
DCallableDeclarationMetaModel.java18 public PropertyMetaModel namePropertyMetaModel; field in CallableDeclarationMetaModel