Example usage for org.objectweb.asm Label subclass-usage

List of usage examples for org.objectweb.asm Label subclass-usage

Introduction

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

Usage

From source file com.sun.tdk.jcov.instrument.OffsetLabel.java

/**
 * OffsetLabel
 *
 * @author Robert Field
 */
class OffsetLabel extends Label {

From source file org.evosuite.instrumentation.AnnotatedLabel.java

/**
 * <p>AnnotatedLabel class.</p>
 *
 * @author fraser
 */
public class AnnotatedLabel extends Label {

From source file org.evosuite.runtime.instrumentation.AnnotatedLabel.java

/**
 * Annotated labels are used to identify instrumented code
 * such that EvoSuite knows how to deal with  
 *
 * @author fraser
 */

From source file org.glassfish.pfl.dynamic.codegen.impl.MyLabel.java

/** This trivial class exists only to give a slightly
 *  more readable toString method for ASM labels.
 *  The ASM version simply uses the identity hashcode,
 *  which is a bit hard to read.
 */
public class MyLabel extends Label {