📄 linenumbertable.html
字号:
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/apache/bcel/classfile/Attribute.html#addAttributeReader(java.lang.String, org.apache.bcel.classfile.AttributeReader)">addAttributeReader</A>, <A HREF="../../../../org/apache/bcel/classfile/Attribute.html#clone()">clone</A>, <A HREF="../../../../org/apache/bcel/classfile/Attribute.html#getConstantPool()">getConstantPool</A>, <A HREF="../../../../org/apache/bcel/classfile/Attribute.html#getLength()">getLength</A>, <A HREF="../../../../org/apache/bcel/classfile/Attribute.html#getNameIndex()">getNameIndex</A>, <A HREF="../../../../org/apache/bcel/classfile/Attribute.html#getTag()">getTag</A>, <A HREF="../../../../org/apache/bcel/classfile/Attribute.html#removeAttributeReader(java.lang.String)">removeAttributeReader</A>, <A HREF="../../../../org/apache/bcel/classfile/Attribute.html#setConstantPool(org.apache.bcel.classfile.ConstantPool)">setConstantPool</A>, <A HREF="../../../../org/apache/bcel/classfile/Attribute.html#setLength(int)">setLength</A>, <A HREF="../../../../org/apache/bcel/classfile/Attribute.html#setNameIndex(int)">setNameIndex</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="LineNumberTable(org.apache.bcel.classfile.LineNumberTable)"><!-- --></A><H3>LineNumberTable</H3><PRE>public <B>LineNumberTable</B>(<A HREF="../../../../org/apache/bcel/classfile/LineNumberTable.html">LineNumberTable</A> c)</PRE><DL></DL><HR><A NAME="LineNumberTable(int, int, org.apache.bcel.classfile.LineNumber[], org.apache.bcel.classfile.ConstantPool)"><!-- --></A><H3>LineNumberTable</H3><PRE>public <B>LineNumberTable</B>(int name_index, int length, <A HREF="../../../../org/apache/bcel/classfile/LineNumber.html">LineNumber</A>[] line_number_table, <A HREF="../../../../org/apache/bcel/classfile/ConstantPool.html">ConstantPool</A> constant_pool)</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="accept(org.apache.bcel.classfile.Visitor)"><!-- --></A><H3>accept</H3><PRE>public void <B>accept</B>(<A HREF="../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</PRE><DL><DD>Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/bcel/classfile/Attribute.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></CODE> in class <CODE><A HREF="../../../../org/apache/bcel/classfile/Attribute.html">Attribute</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>v</CODE> - Visitor object</DL></DD></DL><HR><A NAME="dump(java.io.DataOutputStream)"><!-- --></A><H3>dump</H3><PRE>public final void <B>dump</B>(java.io.DataOutputStream file) throws java.io.IOException</PRE><DL><DD>Dump line number table attribute to file stream in binary format.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/bcel/classfile/Attribute.html#dump(java.io.DataOutputStream)">dump</A></CODE> in class <CODE><A HREF="../../../../org/apache/bcel/classfile/Attribute.html">Attribute</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>file</CODE> - Output file stream</DL></DD></DL><HR><A NAME="getLineNumberTable()"><!-- --></A><H3>getLineNumberTable</H3><PRE>public final <A HREF="../../../../org/apache/bcel/classfile/LineNumber.html">LineNumber</A>[] <B>getLineNumberTable</B>()</PRE><DL><DD><DL><DT><B>Returns:</B><DD>Array of (pc offset, line number) pairs.</DL></DD></DL><HR><A NAME="setLineNumberTable(org.apache.bcel.classfile.LineNumber[])"><!-- --></A><H3>setLineNumberTable</H3><PRE>public final void <B>setLineNumberTable</B>(<A HREF="../../../../org/apache/bcel/classfile/LineNumber.html">LineNumber</A>[] line_number_table)</PRE><DL><DD><DL><DT><B>Parameters:</B><DD><CODE>line_number_table.</CODE> - </DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public final java.lang.String <B>toString</B>()</PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/bcel/classfile/Attribute.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../../org/apache/bcel/classfile/Attribute.html">Attribute</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>String representation.</DL></DD></DL><HR><A NAME="getSourceLine(int)"><!-- --></A><H3>getSourceLine</H3><PRE>public int <B>getSourceLine</B>(int pos)</PRE><DL><DD>Map byte code positions to source code lines.<DD><DL><DT><B>Parameters:</B><DD><CODE>pos</CODE> - byte code offset<DT><B>Returns:</B><DD>corresponding line in source code</DL></DD></DL><HR><A NAME="copy(org.apache.bcel.classfile.ConstantPool)"><!-- --></A><H3>copy</H3><PRE>public <A HREF="../../../../org/apache/bcel/classfile/Attribute.html">Attribute</A> <B>copy</B>(<A HREF="../../../../org/apache/bcel/classfile/ConstantPool.html">ConstantPool</A> constant_pool)</PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/bcel/classfile/Attribute.html#copy(org.apache.bcel.classfile.ConstantPool)">copy</A></CODE> in class <CODE><A HREF="../../../../org/apache/bcel/classfile/Attribute.html">Attribute</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>deep copy of this attribute</DL></DD></DL><HR><A NAME="getTableLength()"><!-- --></A><H3>getTableLength</H3><PRE>public final int <B>getTableLength</B>()</PRE><DL></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LineNumberTable.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../org/apache/bcel/classfile/LineNumber.html"><B>PREV CLASS</B></A> <A HREF="../../../../org/apache/bcel/classfile/LocalVariable.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="LineNumberTable.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#fields_inherited_from_class_org.apache.bcel.classfile.Attribute">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -