Searched refs:ATTR_Synthetic (Results 1 – 2 of 2) sorted by relevance
144 public static final String ATTR_Synthetic = "Synthetic"; field in ClassConstants
999 …attributeName.equals(ClassConstants.ATTR_Synthetic) ? (Attribute)new Sy… in createAttribute()