|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use gnu.bytecode | |
---|---|
gnu.bytecode |
Contains classes to generate, read,
write, and print Java bytecode in the form of .class files. |
gnu.commonlisp.lang | |
gnu.expr | Supports Expression ,
and various related classes need to compile programming languages. |
gnu.jemacs.lang | Contains classes to implement the Emacs Lisp language. |
gnu.kawa.functions | Various core run-time functions and operators. |
gnu.kawa.lispexpr | Support classes for compiling and running Lisp languages. |
gnu.kawa.reflect | Contains classes to use reflection. |
gnu.kawa.servlet | |
gnu.kawa.xml | Classes for using XML within Kawa. |
gnu.mapping |
Supports Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
gnu.xquery.lang | |
gnu.xquery.util | |
kawa.lang | Core Kawa classes for Scheme and Lisp compile-time. |
kawa.standard | Primitive Scheme syntax and functions. |
Classes in gnu.bytecode used by gnu.bytecode | |
---|---|
ArrayType
|
|
AttrContainer
An interface for objects that (may) contain Attribute objects. |
|
Attribute
Represents an Attribute of an AttrContainer. |
|
ClassFileInput
Class to read a ClassType from a DataInputStream (.class file). |
|
ClassType
|
|
ClassTypeWriter
This class prints out in contents of a ClassType in human-readable form. |
|
CodeAttr
Represents the contents of a standard "Code" attribute. |
|
ConstantPool
Manages a pool of constants, as used in .class files and Java interpreters. |
|
CpoolClass
A CONSTANT_Class entry in the constant pool. |
|
CpoolEntry
An entry in the constant pool for a ClassType. |
|
CpoolNameAndType
A CONSTANT_NameAndType entry in the constant pool. |
|
CpoolRef
A CONSTANT_{Field,Method,InterfaceMethod}Ref entry in the constant pool. |
|
CpoolString
A CONSTANT_String entry in the constant pool. |
|
CpoolUtf8
|
|
CpoolValue1
A CONSTANT_Integer or CONSTANT_Float entry in the constant pool. |
|
CpoolValue2
A CONSTANT_Long or CONSTANT_Double entry in the constant pool. |
|
EnclosingMethodAttr
|
|
ExceptionsAttr
Represents the contents of a standard "Exceptions" attribute. |
|
Field
|
|
Filter
|
|
InnerClassesAttr
|
|
Label
A Label represents a location in a Code attribute. |
|
LocalVarsAttr
|
|
Location
An abstracted "variable", inherited by Field and Variable. |
|
Member
|
|
Method
Represents a method in a ClassType . |
|
ObjectType
Semi-abstract class object reference types. |
|
PrimType
|
|
Scope
|
|
TryState
The state of a try statement. |
|
Type
|
|
VarEnumerator
Use this Enuemration class to iterate over the Variables in a Scope. |
|
Variable
|
Classes in gnu.bytecode used by gnu.commonlisp.lang | |
---|---|
CodeAttr
Represents the contents of a standard "Code" attribute. |
|
Type
|
Classes in gnu.bytecode used by gnu.expr | |
---|---|
ArrayType
|
|
AttrContainer
An interface for objects that (may) contain Attribute objects. |
|
ClassType
|
|
CodeAttr
Represents the contents of a standard "Code" attribute. |
|
Field
|
|
Label
A Label represents a location in a Code attribute. |
|
Member
|
|
Method
Represents a method in a ClassType . |
|
ObjectType
Semi-abstract class object reference types. |
|
Scope
|
|
Type
|
|
Variable
|
Classes in gnu.bytecode used by gnu.jemacs.lang | |
---|---|
ClassType
|
|
Type
|
Classes in gnu.bytecode used by gnu.kawa.functions | |
---|---|
Method
Represents a method in a ClassType . |
|
Type
|
Classes in gnu.bytecode used by gnu.kawa.lispexpr | |
---|---|
ClassType
|
|
CodeAttr
Represents the contents of a standard "Code" attribute. |
|
Field
|
|
Filter
|
|
Method
Represents a method in a ClassType . |
|
ObjectType
Semi-abstract class object reference types. |
|
PrimType
|
|
Type
|
|
Variable
|
Classes in gnu.bytecode used by gnu.kawa.reflect | |
---|---|
ClassType
|
|
CodeAttr
Represents the contents of a standard "Code" attribute. |
|
Field
|
|
Member
|
|
ObjectType
Semi-abstract class object reference types. |
|
Type
|
|
Variable
|
Classes in gnu.bytecode used by gnu.kawa.servlet | |
---|---|
ClassType
|
|
Type
|
Classes in gnu.bytecode used by gnu.kawa.xml | |
---|---|
ClassType
|
|
CodeAttr
Represents the contents of a standard "Code" attribute. |
|
Method
Represents a method in a ClassType . |
|
ObjectType
Semi-abstract class object reference types. |
|
Type
|
|
Variable
|
Classes in gnu.bytecode used by gnu.mapping | |
---|---|
Type
|
Classes in gnu.bytecode used by gnu.xquery.lang | |
---|---|
Type
|
Classes in gnu.bytecode used by gnu.xquery.util | |
---|---|
ClassType
|
|
Method
Represents a method in a ClassType . |
|
Type
|
Classes in gnu.bytecode used by kawa.lang | |
---|---|
ClassType
|
|
Field
|
|
Method
Represents a method in a ClassType . |
|
Type
|
Classes in gnu.bytecode used by kawa.standard | |
---|---|
Type
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |