| Package | Description |
|---|---|
| org.apache.bcel.generic |
Generic part of the Apache Byte Code Engineering Library (BCEL), 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 |
Visitor.visitSelect(Select obj) |
void |
EmptyVisitor.visitSelect(Select obj) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.