Uses of Class
org.apache.bcel.classfile.RecordComponentInfo
-
Packages that use RecordComponentInfo 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. -
-
Uses of RecordComponentInfo in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as RecordComponentInfo Modifier and Type Field Description private RecordComponentInfo[]Record. componentsprivate static RecordComponentInfo[]Record. EMPTY_RCI_ARRAYMethods in org.apache.bcel.classfile that return RecordComponentInfo Modifier and Type Method Description RecordComponentInfo[]Record. getComponents()Gets all the record components.private static RecordComponentInfo[]Record. readComponents(java.io.DataInput input, ConstantPool constantPool)Methods in org.apache.bcel.classfile with parameters of type RecordComponentInfo Modifier and Type Method Description voidDescendingVisitor. visitRecordComponent(RecordComponentInfo recordComponentInfo)default voidVisitor. visitRecordComponent(RecordComponentInfo record)Visits aRecordComponentInfoobject.Constructors in org.apache.bcel.classfile with parameters of type RecordComponentInfo Constructor Description Record(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 RecordComponentInfo Modifier and Type Method Description voidStringRepresentation. visitRecordComponent(RecordComponentInfo obj)
-