Searched refs:coerceMethod (Results 1 – 5 of 5) sorted by relevance
43 code.emitInvokeStatic(coerceMethod); in emitCoerceFromObject()48 ApplyExp aexp = new ApplyExp(coerceMethod, new Expression[] { value }); in convertValue()190 static final Method coerceMethod field in NodeType
41 code.emitInvokeStatic(coerceMethod); in emitCoerceFromObject()91 static final Method coerceMethod field in ProcessingInstructionType
62 code.emitInvokeStatic(coerceMethod); in emitCoerceFromObject()176 static final Method coerceMethod field in AttributeType
68 code.emitInvokeStatic(coerceMethod); in emitCoerceFromObject()205 static final Method coerceMethod field in ElementType
230 static gnu.bytecode.Method coerceMethod; field in CompileMisc252 if (coerceMethod == null) { in compileConvert()253 coerceMethod = typeType.addMethod("coerceFromObject", in compileConvert()260 code.emitInvokeVirtual(coerceMethod); in compileConvert()