Home
last modified time | relevance | path

Searched refs:TAG_KIND (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DClasspathEntry.java107 public static final String TAG_KIND = "kind"; //$NON-NLS-1$ field in ClasspathEntry
467 String tagKind = elementAccessRule.getAttribute(TAG_KIND); in decodeAccessRules()
598 parameters.put(TAG_KIND, ClasspathEntry.kindToString(this.entryKind)); in elementEncode()
711 parameters.put(TAG_KIND, TAG_NON_ACCESSIBLE); in encodeAccessRule()
714 parameters.put(TAG_KIND, TAG_DISCOURAGED); in encodeAccessRule()
717 parameters.put(TAG_KIND, TAG_ACCESSIBLE); in encodeAccessRule()
740 String kindAttr = removeAttribute(TAG_KIND, attributes); in elementDecode()
H A DJavaProject.java1418 parameters.put(ClasspathEntry.TAG_KIND, ClasspathEntry.kindToString(ClasspathEntry.K_OUTPUT)); in encodeClasspath()