Uses of Class
com.strobel.assembler.ir.attributes.SourceAttribute
Packages that use SourceAttribute
Package
Description
-
Uses of SourceAttribute in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return SourceAttributeModifier and TypeMethodDescriptionprotected final SourceAttribute
MetadataReader.inflateAttribute
(SourceAttribute attribute) protected final SourceAttribute
MetadataReader.inflateAttribute
(Buffer buffer, SourceAttribute attribute) MetadataReader.readAttribute
(Buffer buffer) protected SourceAttribute
MetadataReader.readAttributeCore
(String name, Buffer buffer, int originalOffset, int length) Reads aSourceAttribute
from the specified buffer.Methods in com.strobel.assembler.ir with parameters of type SourceAttributeModifier and TypeMethodDescriptionprotected final SourceAttribute
MetadataReader.inflateAttribute
(SourceAttribute attribute) protected final SourceAttribute
MetadataReader.inflateAttribute
(Buffer buffer, SourceAttribute attribute) protected void
MetadataReader.inflateAttributes
(SourceAttribute[] attributes) void
MetadataReader.readAttributes
(Buffer input, SourceAttribute[] attributes) void
StackMappingVisitor.visitAttribute
(SourceAttribute attribute) Method parameters in com.strobel.assembler.ir with type arguments of type SourceAttributeModifier and TypeMethodDescriptionprotected void
MetadataReader.inflateAttributes
(List<SourceAttribute> attributes) -
Uses of SourceAttribute in com.strobel.assembler.ir.attributes
Subclasses of SourceAttribute in com.strobel.assembler.ir.attributesModifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
Fields in com.strobel.assembler.ir.attributes with type parameters of type SourceAttributeModifier and TypeFieldDescriptionprivate final List
<SourceAttribute> RecordComponentInfo._attributes
private final List
<SourceAttribute> CodeAttribute._attributesView
Methods in com.strobel.assembler.ir.attributes with type parameters of type SourceAttributeModifier and TypeMethodDescriptionstatic <T extends SourceAttribute>
TSourceAttribute.find
(String name, SourceAttribute... attributes) static <T extends SourceAttribute>
TSourceAttribute.find
(String name, List<SourceAttribute> attributes) Methods in com.strobel.assembler.ir.attributes that return SourceAttributeModifier and TypeMethodDescriptionstatic SourceAttribute
static SourceAttribute
SourceAttribute.readAttribute
(IMetadataResolver resolver, IMetadataScope scope, Buffer buffer) Methods in com.strobel.assembler.ir.attributes that return types with arguments of type SourceAttributeModifier and TypeMethodDescriptionCodeAttribute.getAttributes()
RecordComponentInfo.getAttributes()
Methods in com.strobel.assembler.ir.attributes with parameters of type SourceAttributeModifier and TypeMethodDescriptionstatic <T extends SourceAttribute>
TSourceAttribute.find
(String name, SourceAttribute... attributes) static void
SourceAttribute.readAttributes
(IMetadataResolver resolver, IMetadataScope scope, Buffer input, SourceAttribute[] attributes) Method parameters in com.strobel.assembler.ir.attributes with type arguments of type SourceAttributeModifier and TypeMethodDescriptionstatic <T extends SourceAttribute>
TSourceAttribute.find
(String name, List<SourceAttribute> attributes) Constructors in com.strobel.assembler.ir.attributes with parameters of type SourceAttributeModifierConstructorDescriptionCodeAttribute
(int size, int codeOffset, int codeSize, int maxStack, int maxLocals, ExceptionTableEntry[] exceptionTableEntries, SourceAttribute[] attributes) CodeAttribute
(int size, int maxStack, int maxLocals, int codeOffset, int codeSize, Buffer buffer, ExceptionTableEntry[] exceptionTableEntries, SourceAttribute[] attributes) Constructor parameters in com.strobel.assembler.ir.attributes with type arguments of type SourceAttributeModifierConstructorDescriptionRecordComponentInfo
(String name, String descriptor, TypeReference type, List<SourceAttribute> attributes) -
Uses of SourceAttribute in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as SourceAttributeModifier and TypeFieldDescription(package private) final SourceAttribute[]
ClassFileReader.FieldInfo.attributes
(package private) final SourceAttribute[]
ClassFileReader.MethodInfo.attributes
(package private) SourceAttribute
ClassFileReader.MethodInfo.codeAttribute
Fields in com.strobel.assembler.metadata with type parameters of type SourceAttributeModifier and TypeFieldDescriptionprivate final List
<SourceAttribute> ClassFileReader._attributes
private final Collection
<SourceAttribute> FieldDefinition._sourceAttributes
private final Collection
<SourceAttribute> MethodDefinition._sourceAttributes
private final Collection
<SourceAttribute> TypeDefinition._sourceAttributes
private final List
<SourceAttribute> FieldDefinition._sourceAttributesView
private final List
<SourceAttribute> MethodDefinition._sourceAttributesView
private final List
<SourceAttribute> TypeDefinition._sourceAttributesView
Methods in com.strobel.assembler.metadata that return SourceAttributeModifier and TypeMethodDescriptionprotected SourceAttribute
ClassFileReader.readAttributeCore
(String name, Buffer buffer, int originalOffset, int length) Reads aSourceAttribute
from the specified buffer.Methods in com.strobel.assembler.metadata that return types with arguments of type SourceAttributeModifier and TypeMethodDescriptionfinal List
<SourceAttribute> FieldDefinition.getSourceAttributes()
final List
<SourceAttribute> MethodDefinition.getSourceAttributes()
final List
<SourceAttribute> TypeDefinition.getSourceAttributes()
protected final Collection
<SourceAttribute> FieldDefinition.getSourceAttributesInternal()
protected final Collection
<SourceAttribute> MethodDefinition.getSourceAttributesInternal()
protected final Collection
<SourceAttribute> TypeDefinition.getSourceAttributesInternal()
Methods in com.strobel.assembler.metadata with parameters of type SourceAttributeModifier and TypeMethodDescriptionprivate void
ClassFileReader.readAttributesPhaseOne
(Buffer buffer, SourceAttribute[] attributes) void
FieldVisitor.visitAttribute
(SourceAttribute attribute) void
MethodVisitor.visitAttribute
(SourceAttribute attribute) void
TypeVisitor.visitAttribute
(SourceAttribute attribute) Constructors in com.strobel.assembler.metadata with parameters of type SourceAttributeModifierConstructorDescription(package private)
FieldInfo
(int accessFlags, String name, String descriptor, SourceAttribute[] attributes) (package private)
MethodInfo
(int accessFlags, String name, String descriptor, SourceAttribute[] attributes) -
Uses of SourceAttribute in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type SourceAttributeModifier and TypeMethodDescriptionprivate void
BytecodeLanguage.writeFieldAttribute
(ITextOutput output, FieldDefinition field, SourceAttribute attribute) private void
BytecodeLanguage.writeMethodAttribute
(ITextOutput output, MethodDefinition method, SourceAttribute attribute) private void
BytecodeLanguage.writeTypeAttribute
(ITextOutput output, TypeDefinition type, SourceAttribute attribute)