electric.util.codegen
Interface IJVMConstants

All Known Implementing Classes:
ClassReader, ClassWriter

public interface IJVMConstants

IJVMConstants.

Author:
webMethods

Field Summary
static byte AASTORE
           
static short ACC_ABSTRACT
           
static short ACC_FINAL
           
static short ACC_INTERFACE
           
static short ACC_NATIVE
           
static short ACC_PRIVATE
           
static short ACC_PROTECTED
           
static short ACC_PUBLIC
           
static short ACC_STATIC
           
static short ACC_STRICT
           
static short ACC_SUPER
           
static short ACC_SYNCHRONIZED
           
static short ACC_TRANSIENT
           
static short ACC_VOLATILE
           
static byte ALOAD
           
static byte ALOAD0
           
static byte ANEWARRAY
           
static byte ARETURN
           
static byte ASTORE
           
static byte BIPUSH
           
static byte CHECKCAST
           
static byte CONSTANT_Class
           
static byte CONSTANT_Double
           
static byte CONSTANT_Fieldref
           
static byte CONSTANT_Float
           
static byte CONSTANT_Integer
           
static byte CONSTANT_InterfaceMethodref
           
static byte CONSTANT_Long
           
static byte CONSTANT_Methodref
           
static byte CONSTANT_NameAndType
           
static byte CONSTANT_String
           
static byte CONSTANT_Utf8
           
static byte DEFAULT_MAJOR_VERSION
           
static byte DEFAULT_MINOR_VERSION
           
static byte DLOAD
           
static byte DRETURN
           
static byte DUP
           
static byte FLOAD
           
static byte FRETURN
           
static byte GETSTATIC
           
static byte ILOAD
           
static byte INVOKESPECIAL
           
static byte INVOKEVIRTUAL
           
static byte IRETURN
           
static byte LLOAD
           
static byte LRETURN
           
static int MAGIC_NUMBER
           
static byte NEW
           
static byte RETURN
           
 

Field Detail

MAGIC_NUMBER

public static final int MAGIC_NUMBER
See Also:
Constant Field Values

DEFAULT_MAJOR_VERSION

public static final byte DEFAULT_MAJOR_VERSION
See Also:
Constant Field Values

DEFAULT_MINOR_VERSION

public static final byte DEFAULT_MINOR_VERSION
See Also:
Constant Field Values

CONSTANT_Utf8

public static final byte CONSTANT_Utf8
See Also:
Constant Field Values

CONSTANT_Integer

public static final byte CONSTANT_Integer
See Also:
Constant Field Values

CONSTANT_Float

public static final byte CONSTANT_Float
See Also:
Constant Field Values

CONSTANT_Long

public static final byte CONSTANT_Long
See Also:
Constant Field Values

CONSTANT_Double

public static final byte CONSTANT_Double
See Also:
Constant Field Values

CONSTANT_Class

public static final byte CONSTANT_Class
See Also:
Constant Field Values

CONSTANT_String

public static final byte CONSTANT_String
See Also:
Constant Field Values

CONSTANT_Fieldref

public static final byte CONSTANT_Fieldref
See Also:
Constant Field Values

CONSTANT_Methodref

public static final byte CONSTANT_Methodref
See Also:
Constant Field Values

CONSTANT_InterfaceMethodref

public static final byte CONSTANT_InterfaceMethodref
See Also:
Constant Field Values

CONSTANT_NameAndType

public static final byte CONSTANT_NameAndType
See Also:
Constant Field Values

ACC_PUBLIC

public static final short ACC_PUBLIC
See Also:
Constant Field Values

ACC_PRIVATE

public static final short ACC_PRIVATE
See Also:
Constant Field Values

ACC_PROTECTED

public static final short ACC_PROTECTED
See Also:
Constant Field Values

ACC_STATIC

public static final short ACC_STATIC
See Also:
Constant Field Values

ACC_FINAL

public static final short ACC_FINAL
See Also:
Constant Field Values

ACC_SYNCHRONIZED

public static final short ACC_SYNCHRONIZED
See Also:
Constant Field Values

ACC_SUPER

public static final short ACC_SUPER
See Also:
Constant Field Values

ACC_VOLATILE

public static final short ACC_VOLATILE
See Also:
Constant Field Values

ACC_TRANSIENT

public static final short ACC_TRANSIENT
See Also:
Constant Field Values

ACC_NATIVE

public static final short ACC_NATIVE
See Also:
Constant Field Values

ACC_INTERFACE

public static final short ACC_INTERFACE
See Also:
Constant Field Values

ACC_ABSTRACT

public static final short ACC_ABSTRACT
See Also:
Constant Field Values

ACC_STRICT

public static final short ACC_STRICT
See Also:
Constant Field Values

BIPUSH

public static final byte BIPUSH
See Also:
Constant Field Values

ILOAD

public static final byte ILOAD
See Also:
Constant Field Values

LLOAD

public static final byte LLOAD
See Also:
Constant Field Values

FLOAD

public static final byte FLOAD
See Also:
Constant Field Values

DLOAD

public static final byte DLOAD
See Also:
Constant Field Values

ALOAD

public static final byte ALOAD
See Also:
Constant Field Values

ALOAD0

public static final byte ALOAD0
See Also:
Constant Field Values

ASTORE

public static final byte ASTORE
See Also:
Constant Field Values

AASTORE

public static final byte AASTORE
See Also:
Constant Field Values

DUP

public static final byte DUP
See Also:
Constant Field Values

IRETURN

public static final byte IRETURN
See Also:
Constant Field Values

LRETURN

public static final byte LRETURN
See Also:
Constant Field Values

FRETURN

public static final byte FRETURN
See Also:
Constant Field Values

DRETURN

public static final byte DRETURN
See Also:
Constant Field Values

ARETURN

public static final byte ARETURN
See Also:
Constant Field Values

RETURN

public static final byte RETURN
See Also:
Constant Field Values

GETSTATIC

public static final byte GETSTATIC
See Also:
Constant Field Values

INVOKEVIRTUAL

public static final byte INVOKEVIRTUAL
See Also:
Constant Field Values

INVOKESPECIAL

public static final byte INVOKESPECIAL
See Also:
Constant Field Values

NEW

public static final byte NEW
See Also:
Constant Field Values

ANEWARRAY

public static final byte ANEWARRAY
See Also:
Constant Field Values

CHECKCAST

public static final byte CHECKCAST
See Also:
Constant Field Values


copyright© 2001-2004 by webMethods All Rights Reserved.