Class Const

java.lang.Object
org.apache.tomcat.util.bcel.Const

public final class Const extends Object
Constants for the project, mostly defined in the JVM specification.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final short
    One of the access flags for fields, methods, or classes.
    static final short
    One of the access flags for fields, methods, or classes.
    static final short
    One of the access flags for fields, methods, or classes.
    static final short
    One of the access flags for fields, methods, or classes.
    static final byte
    Marks a constant pool entry as a Class
    static final byte
    Marks a constant pool entry as type Double.
    static final byte
    Marks a constant pool entry as dynamically computed.
    static final byte
    Marks a constant pool entry as a Field Reference.
    static final byte
    Marks a constant pool entry as type Float.
    static final byte
    Marks a constant pool entry as type Integer.
    static final byte
    Marks a constant pool entry as an Interface Method Reference.
    static final byte
    Marks a constant pool entry as an Invoke Dynamic
    static final byte
    Marks a constant pool entry as type Long.
    static final byte
    Marks a constant pool entry as a Method Handle.
    static final byte
    Marks a constant pool entry as a Method Reference.
    static final byte
    Marks a constant pool entry as a Method Type.
    static final byte
    Marks a constant pool entry as a Module Reference.
    static final byte
    Marks a constant pool entry as a name and type.
    static final byte
    Marks a constant pool entry as a Package Reference.
    static final byte
    Marks a constant pool entry as type String
    static final byte
    Marks a constant pool entry as type UTF-8.
    static final int
    Java class file format Magic number (0xCAFEBABE)
    static final int
    The maximum number of dimensions in an array (255).
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getConstantName(int index)
    Get the CONSTANT_NAMES entry at the given index.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait