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/ClassFormatException-uses.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>ClassFormatException (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"/><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 uses" 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 enabled"><a href="package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="ClassFormatException.html">Class</a></span> <span class="navbar item active">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"></td><td class="navi"><a href="../../../../index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="ClassFormatException-uses.html" title="Show without frames" target="_top">No Frames</a> </td></tr></table><h1 class="usage title">Uses of Class org.apache.bcel.classfile.ClassFormatException</h1><h2 class="usage package title">Uses in package org.apache.bcel.classfile</h2><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Constructors which throw type org.apache.bcel.classfile.ClassFormatException</h3></td></tr><tr><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/FieldOrMethod.html" title="Class in org.apache.bcel.classfile">FieldOrMethod</a>.<a href="../../../../org/apache/bcel/classfile/FieldOrMethod.html#FieldOrMethod(DataInputStream,org.apache.bcel.classfile.ConstantPool)">FieldOrMethod</a>(DataInputStream&nbsp;file, <a href="../../../../org/apache/bcel/classfile/ConstantPool.html" title="Class in org.apache.bcel.classfile">ConstantPool</a>&nbsp;constant_pool)</div><div class="description"> Construct object from file stream.</div></td></tr></table><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Methods which throw type org.apache.bcel.classfile.ClassFormatException</h3></td></tr><tr><td class="left">String</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/ConstantPool.html" title="Class in org.apache.bcel.classfile">ConstantPool</a>.<a href="../../../../org/apache/bcel/classfile/ConstantPool.html#constantToString(int,byte)">constantToString</a>(int&nbsp;index, byte&nbsp;tag)</div><div class="description"> Retrieve constant at `index' from constant pool and resolve it to
 a string representation.</div></td></tr><tr><td class="left">String</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/ConstantPool.html" title="Class in org.apache.bcel.classfile">ConstantPool</a>.<a href="../../../../org/apache/bcel/classfile/ConstantPool.html#constantToString(org.apache.bcel.classfile.Constant)">constantToString</a>(<a href="../../../../org/apache/bcel/classfile/Constant.html" title="Class in org.apache.bcel.classfile">Constant</a>&nbsp;c)</div><div class="description"> Resolve constant to a string representation.</div></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"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/ConstantPool.html" title="Class in org.apache.bcel.classfile">ConstantPool</a>.<a href="../../../../org/apache/bcel/classfile/ConstantPool.html#getConstant(int,byte)">getConstant</a>(int&nbsp;index, byte&nbsp;tag)</div><div class="description"> Get constant from constant pool and check whether it has the
 expected type.</div></td></tr><tr><td class="left">String</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/ConstantPool.html" title="Class in org.apache.bcel.classfile">ConstantPool</a>.<a href="../../../../org/apache/bcel/classfile/ConstantPool.html#getConstantString(int,byte)">getConstantString</a>(int&nbsp;index, byte&nbsp;tag)</div><div class="description"> Get string from constant pool and bypass the indirection of 
 `ConstantClass' and `ConstantString' objects.</div></td></tr><tr><td class="left">String[]</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/Utility.html" title="Class in org.apache.bcel.classfile">Utility</a>.<a href="../../../../org/apache/bcel/classfile/Utility.html#methodSignatureArgumentTypes(String)">methodSignatureArgumentTypes</a>(String&nbsp;signature)</div><div class="description"></div></td></tr><tr><td class="left">String[]</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/Utility.html" title="Class in org.apache.bcel.classfile">Utility</a>.<a href="../../../../org/apache/bcel/classfile/Utility.html#methodSignatureArgumentTypes(String,boolean)">methodSignatureArgumentTypes</a>(String&nbsp;signature, boolean&nbsp;chopit)</div><div class="description"></div></td></tr><tr><td class="left">String</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/Utility.html" title="Class in org.apache.bcel.classfile">Utility</a>.<a href="../../../../org/apache/bcel/classfile/Utility.html#methodSignatureReturnType(String)">methodSignatureReturnType</a>(String&nbsp;signature)</div><div class="description"></div></td></tr><tr><td class="left">String</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/Utility.html" title="Class in org.apache.bcel.classfile">Utility</a>.<a href="../../../../org/apache/bcel/classfile/Utility.html#methodSignatureReturnType(String,boolean)">methodSignatureReturnType</a>(String&nbsp;signature, boolean&nbsp;chopit)</div><div class="description"></div></td></tr><tr><td class="left">String</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/Utility.html" title="Class in org.apache.bcel.classfile">Utility</a>.<a href="../../../../org/apache/bcel/classfile/Utility.html#methodSignatureToString(String,String,String,boolean,org.apache.bcel.classfile.LocalVariableTable)">methodSignatureToString</a>(String&nbsp;signature, String&nbsp;name, String&nbsp;access, boolean&nbsp;chopit, <a href="../../../../org/apache/bcel/classfile/LocalVariableTable.html" title="Class in org.apache.bcel.classfile">LocalVariableTable</a>&nbsp;vars)</div><div class="description"> A return?type signature represents the return value from a method.</div></td></tr><tr><td class="left">String</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/Utility.html" title="Class in org.apache.bcel.classfile">Utility</a>.<a href="../../../../org/apache/bcel/classfile/Utility.html#methodTypeToSignature(String,String[])">methodTypeToSignature</a>(String&nbsp;ret, String[]&nbsp;argv)</div><div class="description"> Converts string containing the method return and argument types 
 to a byte code method signature.</div></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"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/ClassParser.html" title="Class in org.apache.bcel.classfile">ClassParser</a>.<a href="../../../../org/apache/bcel/classfile/ClassParser.html#parse()">parse</a>()</div><div class="description"> Parse the given Java class file and return an object that represents
 the contained data, i.e., constants, methods, fields and commands.</div></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"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/Attribute.html" title="Class in org.apache.bcel.classfile">Attribute</a>.<a href="../../../../org/apache/bcel/classfile/Attribute.html#readAttribute(DataInputStream,org.apache.bcel.classfile.ConstantPool)">readAttribute</a>(DataInputStream&nbsp;file, <a href="../../../../org/apache/bcel/classfile/ConstantPool.html" title="Class in org.apache.bcel.classfile">ConstantPool</a>&nbsp;constant_pool)</div><div class="description"></div></td></tr><tr><td class="left">byte</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/Utility.html" title="Class in org.apache.bcel.classfile">Utility</a>.<a href="../../../../org/apache/bcel/classfile/Utility.html#typeOfMethodSignature(String)">typeOfMethodSignature</a>(String&nbsp;signature)</div><div class="description"> Return type of method signature as a byte value as defined in <em>Constants</em>
</div></td></tr><tr><td class="left">byte</td><td class="right"><div class="synopsis"><a href="../../../../org/apache/bcel/classfile/Utility.html" title="Class in org.apache.bcel.classfile">Utility</a>.<a href="../../../../org/apache/bcel/classfile/Utility.html#typeOfSignature(String)">typeOfSignature</a>(String&nbsp;signature)</div><div class="description"> Return type of signature as a byte value as defined in <em>Constants</em>
</div></td></tr></table><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 enabled"><a href="package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="ClassFormatException.html">Class</a></span> <span class="navbar item active">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