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
Methods in org.apache.bcel.classfile that return RecordComponentInfo Modifier and Type Method Description RecordComponentInfo[]
Record. getComponents()
Gets all the record components.Methods in org.apache.bcel.classfile with parameters of type RecordComponentInfo Modifier and Type Method Description void
DescendingVisitor. visitRecordComponent(RecordComponentInfo recordComponentInfo)
default void
Visitor. visitRecordComponent(RecordComponentInfo record)
Visits aRecordComponentInfo
object.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 void
StringRepresentation. visitRecordComponent(RecordComponentInfo obj)
-