Searched defs:basicTypeChar (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DWrapper.java46 private final char basicTypeChar; field in class:Wrapper
56 this.basicTypeChar = tchar;
68 basicTypeChar, zero,
291 if (w != null && w.basicTypeChar == type) {
295 if (w.basicTypeChar == type)
336 int ci = hashChar(w.basicTypeChar);
409 public static char basicTypeChar(Class<?> type) { method in class:Wrapper
413 return forPrimitiveType(type).basicTypeChar();
419 public char basicTypeChar() { return basicTypeChar; } method in class:Wrapper
[all...]

Completed in 31 milliseconds