Example usage for org.objectweb.asm.util CheckClassAdapter subclass-usage

List of usage examples for org.objectweb.asm.util CheckClassAdapter subclass-usage

Introduction

In this page you can find the example usage for org.objectweb.asm.util CheckClassAdapter subclass-usage.

Usage

From source file com.axway.jmb.ModuleBuilder.java

/**
 * Base class for Java MessageBuilder module generator.
 *
 * @author Florin Potera
 */

From source file org.elasticsearch.painless.SimpleChecksAdapter.java

/** 
 * A CheckClassAdapter that does not use setAccessible to try to access private fields of Label!
 * <p>
 * This means jump insns are not checked, but we still get all the other checking.
 */
// TODO: we should really try to get this fixed in ASM!