Home
last modified time | relevance | path

Searched refs:emitInvokeInterface (Results 1 – 6 of 6) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/xml/
H A DMakeWithBaseUri.java56 code.emitInvokeInterface(beginEntityMethod); in compileToNode()
59 code.emitInvokeInterface(endEntityMethod); in compileToNode()
H A DDocumentConstructor.java55 code.emitInvokeInterface(startDocumentMethod); in compileToNode()
59 code.emitInvokeInterface(endDocumentMethod); in compileToNode()
H A DMakeAttribute.java77 code.emitInvokeInterface(endAttributeMethod); in compileToNode()
H A DMakeElement.java192 code.emitInvokeInterface(MakeAttribute.endAttributeMethod); in compileToNode()
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DCodeAttr.java1613 public void emitInvokeInterface (Method method) in emitInvokeInterface() method in CodeAttr
H A DChangeLog2506 emitInvokeInterface): New methods.