Uses of Class
org.apache.bcel.classfile.RecordComponentInfo
Packages that use RecordComponentInfo
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
PassVerifier classes used internally by JustIce.
-
Uses of RecordComponentInfo in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as RecordComponentInfoModifier and TypeFieldDescriptionprivate RecordComponentInfo[]
Record.components
private static final RecordComponentInfo[]
Record.EMPTY_RCI_ARRAY
Methods in org.apache.bcel.classfile that return RecordComponentInfoModifier and TypeMethodDescriptionRecord.getComponents()
Gets all the record components.private static RecordComponentInfo[]
Record.readComponents
(DataInput input, ConstantPool constantPool) Methods in org.apache.bcel.classfile with parameters of type RecordComponentInfoModifier and TypeMethodDescriptionvoid
DescendingVisitor.visitRecordComponent
(RecordComponentInfo recordComponentInfo) default void
Visitor.visitRecordComponent
(RecordComponentInfo record) Visits aRecordComponentInfo
object.Constructors in org.apache.bcel.classfile with parameters of type RecordComponentInfoModifierConstructorDescriptionRecord
(int nameIndex, int length, RecordComponentInfo[] classes, ConstantPool constantPool) Constructs a new instance using components. -
Uses of RecordComponentInfo in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type RecordComponentInfoModifier and TypeMethodDescriptionvoid
StringRepresentation.visitRecordComponent
(RecordComponentInfo obj)