Searched refs:enumConstantDeclaration (Results 1 – 8 of 8) sorted by relevance
43 private EnumConstantDeclaration enumConstantDeclaration; field in JavaParserFieldDeclaration58 …public JavaParserFieldDeclaration(EnumConstantDeclaration enumConstantDeclaration, TypeSolver type… in JavaParserFieldDeclaration() argument62 this.enumConstantDeclaration = enumConstantDeclaration; in JavaParserFieldDeclaration()68 if (enumConstantDeclaration != null) { in getType()69 …tion = (com.github.javaparser.ast.body.EnumDeclaration) requireParentNode(enumConstantDeclaration); in getType()77 if (enumConstantDeclaration != null) { in getName()78 return enumConstantDeclaration.getName().getId(); in getName()
59 EnumConstantDeclaration enumConstantDeclaration = (EnumConstantDeclaration) node; in matches() local60 if (enumConstantDeclaration.getName().getFullyQualifiedName().equals(constantName)) { in matches()73 for (EnumConstantDeclaration enumConstantDeclaration in find()75 if (enumConstantDeclaration.getName().getFullyQualifiedName().equals(constantName)) { in find()76 return enumConstantDeclaration; in find()
96 EnumConstantDeclaration enumConstantDeclaration = (EnumConstantDeclaration) bodyDeclaration; in createLocators() local97 String constantName = enumConstantDeclaration.getName().getIdentifier(); in createLocators()
108 …EnumConstantDeclaration enumConstantDeclaration = observablePropertyEnum.addEnumConstant(constantN… in generateObservableProperty() local111 enumConstantDeclaration.addArgument("Type.MULTIPLE_ATTRIBUTE"); in generateObservableProperty()113 enumConstantDeclaration.addArgument("Type.SINGLE_ATTRIBUTE"); in generateObservableProperty()117 enumConstantDeclaration.addArgument("Type.MULTIPLE_REFERENCE"); in generateObservableProperty()119 enumConstantDeclaration.addArgument("Type.SINGLE_REFERENCE"); in generateObservableProperty()123 enumConstantDeclaration.addArgument("true"); in generateObservableProperty()
6 …Line 68) getParentNode(enumConstantDeclaration) ==> com.github.javaparser.symbolsolver.javaparser.…10 …Line 79) enumConstantDeclaration.getName().getId() ==> com.github.javaparser.ast.nodeTypes.NodeWit…11 …Line 79) enumConstantDeclaration.getName() ==> com.github.javaparser.ast.body.EnumConstantDeclarat…
META-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...