Package de.ufinke.cubaja.cafebabe
Bytecode generator.
For discovering the package, start with Loader.
See
The class File Format
for a description of the bytecode structure and
The Java Virtual Machine Instruction Set
for opcodes.
Copyright (c) 2007 - 2010, Uwe Finke. All rights reserved.
Subject to
BSD License.
See license.txt distributed with this library.
-
Interface Summary Interface Description AccessFlags Constants representing bit values.Generator Bytecode generator. -
Class Summary Class Description BranchTable Parameter forlookupswitchandtableswitchinstructions.CodeAttribute Code portion of a method.GenClass Wrapper for a generated class.GenField Wrapper for a generated field.GenMethod Wrapper for a generated method.Loader ClassLoaderwhich loads generated bytecode.Type Wrapper for class and primitive type information. -
Exception Summary Exception Description CafebabeException Bytecode generation exception.