Package cn.wensiqun.asmsupport.block.method.init

Examples of cn.wensiqun.asmsupport.block.method.init.EnumInitBody


                Opcodes.ACC_STATIC, body));
    }

  @Override
    protected void createDefaultConstructor() {
        createConstructor(null, null, new EnumInitBody() {
            @Override
            public void generateBody(LocalVariable... argus) {
          runReturn();
            }
        });
View Full Code Here

TOP

Related Classes of cn.wensiqun.asmsupport.block.method.init.EnumInitBody

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.