This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project. See the Kawa home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: `object' and interfaces



I forgot to mention that the previous example using `defmacro'
reported a slightly different error than my real code. This is what I
get from the real code (I can send it to you if you want):

java.lang.NullPointerException
        at gnu.bytecode.CodeAttr.emitGetField(Compiled Code)
        at gnu.expr.LambdaExp.loadHeapFrame(Compiled Code)
        at gnu.expr.Declaration.loadOwningObject(Compiled Code)
        at gnu.expr.Declaration.load(Compiled Code)
        at gnu.expr.ReferenceExp.compile(Compiled Code)
        at gnu.expr.ApplyExp.compile(Compiled Code)
        at gnu.expr.ApplyExp.compile(Compiled Code)
        at gnu.expr.Expression.compileWithPosition(Compiled Code)
        at gnu.expr.BeginExp.compile(Compiled Code)
        at kawa.standard.convert.compile(Compiled Code)
...

Aleks