Searched refs:enumConstantDeclaration (Results 1 – 7 of 7) sorted by relevance
42 private EnumConstantDeclaration enumConstantDeclaration; field in JavaParserFieldDeclaration57 …public JavaParserFieldDeclaration(EnumConstantDeclaration enumConstantDeclaration, TypeSolver type… in JavaParserFieldDeclaration() argument61 this.enumConstantDeclaration = enumConstantDeclaration; in JavaParserFieldDeclaration()67 if (enumConstantDeclaration != null) { in getType()68 …laration = (com.github.javaparser.ast.body.EnumDeclaration) getParentNode(enumConstantDeclaration); in getType()78 if (enumConstantDeclaration != null) { in getName()79 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()
112 …EnumConstantDeclaration enumConstantDeclaration = observablePropertyEnum.addEnumConstant(constantN… in generateObservableProperty() local114 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_ ...