Searched refs:typeCharSequence (Results 1 – 4 of 4) sorted by relevance
302 .implementsInterface(Compilation.typeCharSequence))) in isCompatibleWithValue()727 code.emitInstanceof(Compilation.typeCharSequence);730 code.emitCheckcast(Compilation.typeCharSequence);935 code.emitCheckcast(Compilation.typeCharSequence);
112 Compilation.typeCharSequence,
95 boolean isString = ctype.isSubclass(Compilation.typeCharSequence); in validateApplyToArgs()
330 static public ClassType typeCharSequence = ClassType.make("java.lang.CharSequence"); field in Compilation