anvil.codec
Interface CodecConstants

All Known Implementing Classes:
Attribute, ByteCompiler, ClassRoom, ConstantPool, DispatcherFactory, FunctionStatement, Info, ModuleStatement, ParameterListDeclaration, ParameterTree

public interface CodecConstants


Field Summary
static int ACC_ABSTRACT
           
static int ACC_FINAL
           
static int ACC_INTERFACE
           
static int ACC_NATIVE
           
static int ACC_PRIVATE
           
static int ACC_PROTECTED
           
static int ACC_PUBLIC
           
static int ACC_STATIC
           
static int ACC_STRICT
           
static int ACC_SUPER
           
static int ACC_SYNCHRONIZED
           
static int ACC_TRANSIENT
           
static int ACC_VOLATILE
           
static java.lang.String ATTR_Code
           
static java.lang.String ATTR_ConstantValue
           
static java.lang.String ATTR_Deprecated
           
static java.lang.String ATTR_Exceptions
           
static java.lang.String ATTR_InnerClasses
           
static java.lang.String ATTR_LineNumberTable
           
static java.lang.String ATTR_LocalVariableTable
           
static java.lang.String ATTR_SourceFile
           
static java.lang.String ATTR_Synthetic
           
static int CLASS_MAGIC
           
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_SourceFile
           
static byte CONSTANT_String
           
static byte CONSTANT_Utf8
           
static short MAJOR_VERSION
           
static short MINOR_VERSION
           
static int T_BOOLEAN
           
static int T_BYTE
           
static int T_CHAR
           
static int T_DOUBLE
           
static int T_FLOAT
           
static int T_INT
           
static int T_LONG
           
static int T_SHORT
           
 

Field Detail

CLASS_MAGIC

public static final int CLASS_MAGIC
See Also:
Constant Field Values

MAJOR_VERSION

public static final short MAJOR_VERSION
See Also:
Constant Field Values

MINOR_VERSION

public static final short MINOR_VERSION
See Also:
Constant Field Values

ACC_PUBLIC

public static final int ACC_PUBLIC
See Also:
Constant Field Values

ACC_PRIVATE

public static final int ACC_PRIVATE
See Also:
Constant Field Values

ACC_PROTECTED

public static final int ACC_PROTECTED
See Also:
Constant Field Values

ACC_STATIC

public static final int ACC_STATIC
See Also:
Constant Field Values

ACC_FINAL

public static final int ACC_FINAL
See Also:
Constant Field Values

ACC_SUPER

public static final int ACC_SUPER
See Also:
Constant Field Values

ACC_SYNCHRONIZED

public static final int ACC_SYNCHRONIZED
See Also:
Constant Field Values

ACC_VOLATILE

public static final int ACC_VOLATILE
See Also:
Constant Field Values

ACC_TRANSIENT

public static final int ACC_TRANSIENT
See Also:
Constant Field Values

ACC_NATIVE

public static final int ACC_NATIVE
See Also:
Constant Field Values

ACC_INTERFACE

public static final int ACC_INTERFACE
See Also:
Constant Field Values

ACC_ABSTRACT

public static final int ACC_ABSTRACT
See Also:
Constant Field Values

ACC_STRICT

public static final int ACC_STRICT
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

CONSTANT_SourceFile

public static final byte CONSTANT_SourceFile
See Also:
Constant Field Values

ATTR_SourceFile

public static final java.lang.String ATTR_SourceFile
See Also:
Constant Field Values

ATTR_ConstantValue

public static final java.lang.String ATTR_ConstantValue
See Also:
Constant Field Values

ATTR_Code

public static final java.lang.String ATTR_Code
See Also:
Constant Field Values

ATTR_Exceptions

public static final java.lang.String ATTR_Exceptions
See Also:
Constant Field Values

ATTR_InnerClasses

public static final java.lang.String ATTR_InnerClasses
See Also:
Constant Field Values

ATTR_Synthetic

public static final java.lang.String ATTR_Synthetic
See Also:
Constant Field Values

ATTR_LineNumberTable

public static final java.lang.String ATTR_LineNumberTable
See Also:
Constant Field Values

ATTR_LocalVariableTable

public static final java.lang.String ATTR_LocalVariableTable
See Also:
Constant Field Values

ATTR_Deprecated

public static final java.lang.String ATTR_Deprecated
See Also:
Constant Field Values

T_BOOLEAN

public static final int T_BOOLEAN
See Also:
Constant Field Values

T_CHAR

public static final int T_CHAR
See Also:
Constant Field Values

T_FLOAT

public static final int T_FLOAT
See Also:
Constant Field Values

T_DOUBLE

public static final int T_DOUBLE
See Also:
Constant Field Values

T_BYTE

public static final int T_BYTE
See Also:
Constant Field Values

T_SHORT

public static final int T_SHORT
See Also:
Constant Field Values

T_INT

public static final int T_INT
See Also:
Constant Field Values

T_LONG

public static final int T_LONG
See Also:
Constant Field Values