📄 visitor.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Sat Dec 15 07:40:08 EST 2001 --><TITLE>bcel API: Uses of Interface org.apache.bcel.classfile.Visitor</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/bcel/classfile/Visitor.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="Visitor.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><CENTER><H2><B>Uses of Interface<br>org.apache.bcel.classfile.Visitor</B></H2></CENTER><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Packages that use <A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#org.apache.bcel.classfile"><B>org.apache.bcel.classfile</B></A></TD><TD>This package contains the classes that describe the structure of aJava class file and a class file parser. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#org.apache.bcel.verifier.statics"><B>org.apache.bcel.verifier.statics</B></A></TD><TD>Provides PassVerifier classes used internally by JustIce. </TD></TR></TABLE> <P><A NAME="org.apache.bcel.classfile"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> in <A HREF="../../../../../org/apache/bcel/classfile/package-summary.html">org.apache.bcel.classfile</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Classes in <A HREF="../../../../../org/apache/bcel/classfile/package-summary.html">org.apache.bcel.classfile</A> that implement <A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/bcel/classfile/DescendingVisitor.html">DescendingVisitor</A></B></CODE><BR> Traverses a JavaClass with another Visitor object 'piggy-backed' that is applied to all components of a JavaClass object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/bcel/classfile/EmptyVisitor.html">EmptyVisitor</A></B></CODE><BR> Visitor with empty method bodies, can be extended and used in conjunction with the DescendingVisitor class, e.g.</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/bcel/classfile/package-summary.html">org.apache.bcel.classfile</A> with parameters of type <A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B>Constant.</B><B><A HREF="../../../../../org/apache/bcel/classfile/Constant.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B>Attribute.</B><B><A HREF="../../../../../org/apache/bcel/classfile/Attribute.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>ExceptionTable.</B><B><A HREF="../../../../../org/apache/bcel/classfile/ExceptionTable.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>InnerClasses.</B><B><A HREF="../../../../../org/apache/bcel/classfile/InnerClasses.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>Unknown.</B><B><A HREF="../../../../../org/apache/bcel/classfile/Unknown.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>ConstantPool.</B><B><A HREF="../../../../../org/apache/bcel/classfile/ConstantPool.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>ConstantNameAndType.</B><B><A HREF="../../../../../org/apache/bcel/classfile/ConstantNameAndType.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>InnerClass.</B><B><A HREF="../../../../../org/apache/bcel/classfile/InnerClass.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>ConstantInterfaceMethodref.</B><B><A HREF="../../../../../org/apache/bcel/classfile/ConstantInterfaceMethodref.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>ConstantMethodref.</B><B><A HREF="../../../../../org/apache/bcel/classfile/ConstantMethodref.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>StackMap.</B><B><A HREF="../../../../../org/apache/bcel/classfile/StackMap.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>Signature.</B><B><A HREF="../../../../../org/apache/bcel/classfile/Signature.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>Code.</B><B><A HREF="../../../../../org/apache/bcel/classfile/Code.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>Method.</B><B><A HREF="../../../../../org/apache/bcel/classfile/Method.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>ConstantValue.</B><B><A HREF="../../../../../org/apache/bcel/classfile/ConstantValue.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>JavaClass.</B><B><A HREF="../../../../../org/apache/bcel/classfile/JavaClass.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR> Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>LocalVariable.</B><B><A HREF="../../../../../org/apache/bcel/classfile/LocalVariable.html#accept(org.apache.bcel.classfile.Visitor)">accept</A></B>(<A HREF="../../../../../org/apache/bcel/classfile/Visitor.html">Visitor</A> v)</CODE><BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -