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

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

Introduction

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

Usage

From source file com.enea.jcarder.agent.instrument.InstrumentedAttribute.java

public final class InstrumentedAttribute extends Attribute {
    private static final String PREFIX = "com.enea.jcarder.instrumented";

    public InstrumentedAttribute() {
        super(PREFIX);
    }

From source file com.j2biz.pencil.LogAttribute.java

/**
 * @author andrej
 * 
 * To change the template for this generated type comment go to Window -
 * Preferences - Java - Code Generation - Code and Comments
 */

From source file com.retroduction.carma.transformer.CharacterRangeTable.java

public class CharacterRangeTable extends Attribute {

    // private static final int CRT_STATEMENT = 0x0001;
    // private static final int CRT_BLOCK = 0x0002;
    // private static final int CRT_ASSIGNMENT = 0x0004;
    // private static final int CRT_FLOW_CONTROLLER = 0x0008;

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

/**
 * CharacterRangeTableAttribute
 *
 *
 *
 * @author Robert Field

From source file org.apache.maven.shared.dependency.analyzer.asm.MockAttribute.java

/**
 * A simple ASM <code>Attribute</code> for use in tests.
 * 
 * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
 * @version $Id: MockAttribute.java 661727 2008-05-30 14:21:49Z bentmann $
 */

From source file org.codehaus.aspectwerkz.definition.attribute.asm.CustomAttribute.java

/**
 * @author <a href="mailto:jboner@codehaus.org">Jonas Bonr</a>
 */
public class CustomAttribute extends Attribute {
    private final byte[] m_bytes;