Home
last modified time | relevance | path

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

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/xml/
H A DNodeType.java43 code.emitInvokeStatic(coerceMethod); in emitCoerceFromObject()
48 ApplyExp aexp = new ApplyExp(coerceMethod, new Expression[] { value }); in convertValue()
190 static final Method coerceMethod field in NodeType
H A DProcessingInstructionType.java41 code.emitInvokeStatic(coerceMethod); in emitCoerceFromObject()
91 static final Method coerceMethod field in ProcessingInstructionType
H A DAttributeType.java62 code.emitInvokeStatic(coerceMethod); in emitCoerceFromObject()
176 static final Method coerceMethod field in AttributeType
H A DElementType.java68 code.emitInvokeStatic(coerceMethod); in emitCoerceFromObject()
205 static final Method coerceMethod field in ElementType
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DCompileMisc.java230 static gnu.bytecode.Method coerceMethod; field in CompileMisc
252 if (coerceMethod == null) { in compileConvert()
253 coerceMethod = typeType.addMethod("coerceFromObject", in compileConvert()
260 code.emitInvokeVirtual(coerceMethod); in compileConvert()