Searched refs:constantName (Results 1 – 9 of 9) sorted by relevance
37 private final String constantName; field in EnumConstantLocator39 public EnumConstantLocator(String packageName, String typeName, String constantName) { in EnumConstantLocator() argument40 this(new TypeLocator(packageName, typeName), constantName); in EnumConstantLocator()43 public EnumConstantLocator(TypeLocator typeLocator, String constantName) { in EnumConstantLocator() argument45 this.constantName = constantName; in EnumConstantLocator()60 if (enumConstantDeclaration.getName().getFullyQualifiedName().equals(constantName)) { in matches()75 if (enumConstantDeclaration.getName().getFullyQualifiedName().equals(constantName)) { in find()87 return typeLocator.getStringFormTarget() + "#" + constantName; in getStringFormTarget()100 Objects.equals(constantName, that.constantName); in equals()105 return Objects.hash(typeLocator, constantName); in hashCode()[all …]
97 String constantName = enumConstantDeclaration.getName().getIdentifier(); in createLocators() local99 new EnumConstantLocator(typeLocator, constantName)); in createLocators()
75 private static String upperToHttpHeaderName(String constantName, in upperToHttpHeaderName() argument77 if (specialCases.containsKey(constantName)) { in upperToHttpHeaderName()78 return specialCases.get(constantName); in upperToHttpHeaderName()81 for (String part : SPLITTER.split(constantName)) { in upperToHttpHeaderName()
107 … String constantName = camelCaseToScreaming(name.startsWith("is") ? name.substring(2) : name); in generateObservableProperty() local108 …ConstantDeclaration enumConstantDeclaration = observablePropertyEnum.addEnumConstant(constantName); in generateObservableProperty()
1613 const string constantName = (m_vectorSize > 1) ? "%c_constituent_" : "%c_testtype_"; in createConstantDeclaration() local1621 …str += constantName + de::toString(constantNdx) + " = OpSpecConstant %" + constantType + " " + de:… in createConstantDeclaration()1637 str += constantName + de::toString(constantNdx) + " = OpConstantNull %" + constantType + "\n"; in createConstantDeclaration()1639 …str += constantName + de::toString(constantNdx) + " = " + constantOp[constantNdx % 2] + " %" + con… in createConstantDeclaration()1659 str += constantName + de::toString(constantNdx) + " = OpConstantNull %" + constantType + "\n"; in createConstantDeclaration()1661 …str += constantName + de::toString(constantNdx) + " = OpConstant %" + constantType + " " + de::toS… in createConstantDeclaration()
META-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
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/ ...