anvil.codec
Interface CodecConstants
- All Known Implementing Classes:
- Attribute, ByteCompiler, ClassRoom, ConstantPool, DispatcherFactory, FunctionStatement, Info, ModuleStatement, ParameterListDeclaration, ParameterTree
- public interface CodecConstants
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