| Package | Description |
|---|---|
| org.apache.bcel.classfile |
Classes that describe the structure of a Java class file and a class file parser.
|
| org.apache.bcel.verifier.statics |
PassVerifier classes used internally by JustIce.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeInvisibleAnnotations
An annotation that is represented in the class file but is not provided to the JVM.
|
class |
RuntimeVisibleAnnotations
An annotation that is represented in the class file and is provided to the JVM.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Visitor.visitAnnotation(Annotations obj) |
void |
EmptyVisitor.visitAnnotation(Annotations obj) |
void |
DescendingVisitor.visitAnnotation(Annotations annotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
StringRepresentation.visitAnnotation(Annotations obj) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.