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 SourceAttributeMetadataReader.inflateAttribute(SourceAttribute attribute) protected final SourceAttributeMetadataReader.inflateAttribute(Buffer buffer, SourceAttribute attribute) MetadataReader.readAttribute(Buffer buffer) protected SourceAttributeMetadataReader.readAttributeCore(String name, Buffer buffer, int originalOffset, int length) Reads aSourceAttributefrom the specified buffer.Methods in com.strobel.assembler.ir with parameters of type SourceAttributeModifier and TypeMethodDescriptionprotected final SourceAttributeMetadataReader.inflateAttribute(SourceAttribute attribute) protected final SourceAttributeMetadataReader.inflateAttribute(Buffer buffer, SourceAttribute attribute) protected voidMetadataReader.inflateAttributes(SourceAttribute[] attributes) voidMetadataReader.readAttributes(Buffer input, SourceAttribute[] attributes) voidStackMappingVisitor.visitAttribute(SourceAttribute attribute) Method parameters in com.strobel.assembler.ir with type arguments of type SourceAttributeModifier and TypeMethodDescriptionprotected voidMetadataReader.inflateAttributes(List<SourceAttribute> attributes) -
Uses of SourceAttribute in com.strobel.assembler.ir.attributes
Subclasses of SourceAttribute in com.strobel.assembler.ir.attributesModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classFields in com.strobel.assembler.ir.attributes with type parameters of type SourceAttributeModifier and TypeFieldDescriptionprivate final List<SourceAttribute> RecordComponentInfo._attributesprivate final List<SourceAttribute> CodeAttribute._attributesViewMethods 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 SourceAttributestatic SourceAttributeSourceAttribute.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 voidSourceAttribute.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) SourceAttributeClassFileReader.MethodInfo.codeAttributeFields in com.strobel.assembler.metadata with type parameters of type SourceAttributeModifier and TypeFieldDescriptionprivate final List<SourceAttribute> ClassFileReader._attributesprivate final Collection<SourceAttribute> FieldDefinition._sourceAttributesprivate final Collection<SourceAttribute> MethodDefinition._sourceAttributesprivate final Collection<SourceAttribute> TypeDefinition._sourceAttributesprivate final List<SourceAttribute> FieldDefinition._sourceAttributesViewprivate final List<SourceAttribute> MethodDefinition._sourceAttributesViewprivate final List<SourceAttribute> TypeDefinition._sourceAttributesViewMethods in com.strobel.assembler.metadata that return SourceAttributeModifier and TypeMethodDescriptionprotected SourceAttributeClassFileReader.readAttributeCore(String name, Buffer buffer, int originalOffset, int length) Reads aSourceAttributefrom 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 voidClassFileReader.readAttributesPhaseOne(Buffer buffer, SourceAttribute[] attributes) voidFieldVisitor.visitAttribute(SourceAttribute attribute) voidMethodVisitor.visitAttribute(SourceAttribute attribute) voidTypeVisitor.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 voidBytecodeLanguage.writeFieldAttribute(ITextOutput output, FieldDefinition field, SourceAttribute attribute) private voidBytecodeLanguage.writeMethodAttribute(ITextOutput output, MethodDefinition method, SourceAttribute attribute) private voidBytecodeLanguage.writeTypeAttribute(ITextOutput output, TypeDefinition type, SourceAttribute attribute)