| 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 | Method and Description |
|---|---|
RecordComponentInfo[] |
Record.getComponents()
Gets all the record components.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Visitor.visitRecordComponent(RecordComponentInfo record)
Visits a
RecordComponentInfo object. |
void |
DescendingVisitor.visitRecordComponent(RecordComponentInfo recordComponentInfo) |
| Constructor and Description |
|---|
Record(int nameIndex,
int length,
RecordComponentInfo[] classes,
ConstantPool constantPool)
Constructs a new instance using components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringRepresentation.visitRecordComponent(RecordComponentInfo obj) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.