-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

I'm using the BCEL_6.0 Snapshot.
I want to implement a bytecode generator for lambda expressions. But
it doesn't seem to work.
I tried with BCELifier and the following imput class:

public class Lambda {

        Runnable methode(){
                return ()->System.out.println(this);
        }
}

It succeeds in generating the BCEL code but the Lambda Expression is
just ignored by the BCELifier.

Is this going to be implemented in the near future?

Thanks in advance!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJV02TaAAoJEJLecH4ruDZd+CQH/03FIyYIINEWsgdHWCBPg0R8
gm2sSm2lHZLWOhO9EGNyUh7oYFUXi9INl5xOe4/HgynjXF9fWhTfbRkGU//81d0K
dL0z63YeytlJ1STuQc74Kttu2b4KuXDDbFY7gL4Np826Nf0VFCdYW/EJUHGwk9K0
c8vzC6SQX7VQJ7grLF6BWUbkAGSUqpGBoAuZjiq2KjlNf3MTmVEEugkWkedQHSbo
j1I/cQ10PBYibJSyBbS3Iymi/veTBwcyuoJiYlvsWaXVXYEsvoAyHV4f5Nt6C95X
jUmPbhGcplal5my4P6/lwSpXV1601ZUdzHSDGiZsaZ1QuXTGmDLGei8E5dHXWFc=
=azRE
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to