Searched refs:tcode (Results 1 – 2 of 2) sorted by relevance
300 char tcode = getTypeCode(); in isPrimitive() local301 return ((tcode != 'L') && (tcode != '[')); in isPrimitive()
758 char tcode = (char) in.readByte(); in readNonProxy() local760 String signature = ((tcode == 'L') || (tcode == '[')) ? in readNonProxy()761 in.readTypeString() : new String(new char[] { tcode }); in readNonProxy()