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.componentsprivate static final RecordComponentInfo[]Record.EMPTY_RCI_ARRAYMethods 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 TypeMethodDescriptionvoidDescendingVisitor.visitRecordComponent(RecordComponentInfo recordComponentInfo) default voidVisitor.visitRecordComponent(RecordComponentInfo record) Visits aRecordComponentInfoobject.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 TypeMethodDescriptionvoidStringRepresentation.visitRecordComponent(RecordComponentInfo obj)