| Home >> All >> org >> apache >> derby >> iapi >> services >> [ classfile Javadoc ] |
org.apache.derby.iapi.services.classfile: Javadoc index of package org.apache.derby.iapi.services.classfile.
Package Samples:
org.apache.derby.iapi.services.classfile
Classes:
CONSTANT_Index_info: A generic constant pool entry for entries that simply hold indexes into other entries. Ref Constant Pool Entry - page 94 - Section 4.4.2 - Two indexes NameAndType Constant Pool Entry - page 99 - Section 4.4.6 - Two indexes String Constant Pool Entry - page 96 - Section 4.4.3 - One index Class Reference Constant Pool Entry - page 93 - Section 4.4.1 - One index
ClassFormatOutput: A wrapper around DataOutputStream to provide input functions in terms of the types defined on pages 83. For this types use these methods of DataOutputStream float - writeFloat long - writeLong double - writeDouble UTF/String - writeUTF U1Array - write(byte[])
ClassHolder: Based upon "THE class FILE FORMAT" chapter of "The Java Virtual Machine Specification" corresponding to version 1.0.2 of the Java Virtual Machine and 1.0.2 of the Java Language Specification. ISBN 0-201-63452-X, September 1996.
VMOpcode: This contains all the opcodes for the JVM as defined in The Java Virtual Machine Specification. REMIND: might want a debugging version of this, that stored the stack depth and operand expectations.
ClassEnumeration: An enumeration that filters only classes from the enumeration of the class pool. Code has been added to also include classes referenced in method and field signatures.
ClassInput: A wrapper around DataInputStream to provide input functions in terms of the types defined on pages 83.
CONSTANT_Double_info: Double Constant - page 97 - Section 4.4.5
CONSTANT_Long_info: Long Constant - page 97 - Section 4.4.5
ConstantPoolEntry: Constant Pool class - pages 92-99
CONSTANT_Utf8_info: Utf8- page 100 - Section 4.4.7
CONSTANT_Integer_info: Integer Constant - page 96
CONSTANT_Float_info: Float Constant - page 96
AttributeEntry
Attributes
ClassInvestigator
ClassMember
MemberTable
MemberTableHash
VMDescriptor
| Home | Contact Us | Privacy Policy | Terms of Service |