Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/src/org/eclipse/pde/ds/internal/annotations/
H A DAnnotationVisitor.java150 private static final Map<String, String> PRIMITIVE_TYPE_MAP; field in AnnotationVisitor
170 PRIMITIVE_TYPE_MAP = Collections.unmodifiableMap(map);
1533 String result = PRIMITIVE_TYPE_MAP.get(name); in getPropertyType()