org.apache.bcel.classfile

Interface Node

Known Implementing Classes:
Attribute, Code, CodeException, Constant, ConstantClass, ConstantCP, ConstantDouble, ConstantFieldref, ConstantFloat, ConstantInteger, ConstantInterfaceMethodref, ConstantLong, ConstantMethodref, ConstantNameAndType, ConstantPool, ConstantString, ConstantUtf8, ConstantValue, Deprecated, ExceptionTable, Field, FieldInstruction, FieldOrMethod, GETFIELD, GETSTATIC, InnerClass, InnerClasses, InvokeInstruction, INVOKEINTERFACE, INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL, JavaClass, LineNumber, LineNumberTable, LocalVariable, LocalVariableTable, Method, PMGClass, PUTFIELD, PUTSTATIC, Signature, SourceFile, StackMap, Synthetic, Unknown

public interface Node

Denote class to have an accept method();
Version:
$Id: Node.java,v 1.1.1.1 2001/10/29 20:00:02 jvanzyl Exp $
Author:
M. Dahm

Method Summary

void
accept(Visitor obj)

Method Details

accept

public void accept(Visitor obj)