Package | Description |
---|---|
org.apache.bcel.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
Modifier and Type | Class and Description |
---|---|
class |
LOOKUPSWITCH
LOOKUPSWITCH - Switch with unordered set of values
|
class |
TABLESWITCH
TABLESWITCH - Switch within given range of values, i.e., low..high
|
Modifier and Type | Method and Description |
---|---|
void |
EmptyVisitor.visitSelect(Select obj) |
void |
Visitor.visitSelect(Select obj) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.