public interface com.sun.tools.classfile.Instruction$KindVisitor<R, P>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.tools.classfile.Instruction$KindVisitor
super_class: java.lang.Object
{
public abstract R visitNoOperands(com.sun.tools.classfile.Instruction, );
descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;TP;)TR;
MethodParameters:
Name Flags
instr
p
public abstract R visitArrayType(com.sun.tools.classfile.Instruction, com.sun.tools.classfile.Instruction$TypeKind, );
descriptor: (Lcom/sun/tools/classfile/Instruction;Lcom/sun/tools/classfile/Instruction$TypeKind;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;Lcom/sun/tools/classfile/Instruction$TypeKind;TP;)TR;
MethodParameters:
Name Flags
instr
kind
p
public abstract R visitBranch(com.sun.tools.classfile.Instruction, int, );
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;ITP;)TR;
MethodParameters:
Name Flags
instr
offset
p
public abstract R visitConstantPoolRef(com.sun.tools.classfile.Instruction, int, );
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;ITP;)TR;
MethodParameters:
Name Flags
instr
index
p
public abstract R visitConstantPoolRefAndValue(com.sun.tools.classfile.Instruction, int, int, );
descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;IITP;)TR;
MethodParameters:
Name Flags
instr
index
value
p
public abstract R visitLocal(com.sun.tools.classfile.Instruction, int, );
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;ITP;)TR;
MethodParameters:
Name Flags
instr
index
p
public abstract R visitLocalAndValue(com.sun.tools.classfile.Instruction, int, int, );
descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;IITP;)TR;
MethodParameters:
Name Flags
instr
index
value
p
public abstract R visitLookupSwitch(com.sun.tools.classfile.Instruction, int, int, int[], int[], );
descriptor: (Lcom/sun/tools/classfile/Instruction;II[I[ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;II[I[ITP;)TR;
MethodParameters:
Name Flags
instr
default_
npairs
matches
offsets
p
public abstract R visitTableSwitch(com.sun.tools.classfile.Instruction, int, int, int, int[], );
descriptor: (Lcom/sun/tools/classfile/Instruction;III[ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;III[ITP;)TR;
MethodParameters:
Name Flags
instr
default_
low
high
offsets
p
public abstract R visitValue(com.sun.tools.classfile.Instruction, int, );
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;ITP;)TR;
MethodParameters:
Name Flags
instr
value
p
public abstract R visitUnknown(com.sun.tools.classfile.Instruction, );
descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/sun/tools/classfile/Instruction;TP;)TR;
MethodParameters:
Name Flags
instr
p
}
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Instruction.java"
NestHost: com.sun.tools.classfile.Instruction
InnerClasses:
public abstract KindVisitor = com.sun.tools.classfile.Instruction$KindVisitor of com.sun.tools.classfile.Instruction
public final TypeKind = com.sun.tools.classfile.Instruction$TypeKind of com.sun.tools.classfile.Instruction