Class RecordAttribute
- java.lang.Object
-
- com.strobel.assembler.ir.attributes.SourceAttribute
-
- com.strobel.assembler.ir.attributes.RecordAttribute
-
public final class RecordAttribute extends SourceAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<RecordComponentInfo>
_components
-
Constructor Summary
Constructors Constructor Description RecordAttribute(int length, java.util.List<RecordComponentInfo> components)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<RecordComponentInfo>
getComponents()
-
Methods inherited from class com.strobel.assembler.ir.attributes.SourceAttribute
create, find, find, getLength, getName, readAttribute, readAttributes
-
-
-
-
Field Detail
-
_components
private final java.util.List<RecordComponentInfo> _components
-
-
Constructor Detail
-
RecordAttribute
public RecordAttribute(int length, java.util.List<RecordComponentInfo> components)
-
-
Method Detail
-
getComponents
public final java.util.List<RecordComponentInfo> getComponents()
-
-