Uses of Interface
com.strobel.assembler.metadata.IMetadataScope
Packages that use IMetadataScope
Package
Description
-
Uses of IMetadataScope in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return IMetadataScopeMethods in com.strobel.assembler.ir with parameters of type IMetadataScopeModifier and TypeMethodDescriptionstatic CustomAnnotationAnnotationReader.read(IMetadataScope scope, Buffer input) static AnnotationElementAnnotationReader.readElement(IMetadataScope scope, Buffer input) private static voidAnnotationReader.readParameters(AnnotationParameter[] parameters, IMetadataScope scope, Buffer input, boolean namedParameter) -
Uses of IMetadataScope in com.strobel.assembler.ir.attributes
Methods in com.strobel.assembler.ir.attributes with parameters of type IMetadataScopeModifier and TypeMethodDescriptionstatic SourceAttributeSourceAttribute.readAttribute(IMetadataResolver resolver, IMetadataScope scope, Buffer buffer) static voidSourceAttribute.readAttributes(IMetadataResolver resolver, IMetadataScope scope, Buffer input, SourceAttribute[] attributes) -
Uses of IMetadataScope in com.strobel.assembler.metadata
Classes in com.strobel.assembler.metadata that implement IMetadataScopeFields in com.strobel.assembler.metadata declared as IMetadataScopeMethods in com.strobel.assembler.metadata that return IMetadataScopeConstructors in com.strobel.assembler.metadata with parameters of type IMetadataScopeModifierConstructorDescriptionMethodReader(MethodDefinition methodDefinition, IMetadataScope scope) -
Uses of IMetadataScope in com.strobel.assembler.metadata.annotations
Methods in com.strobel.assembler.metadata.annotations with parameters of type IMetadataScopeModifier and TypeMethodDescriptionstatic CustomAnnotationAnnotationReader.read(IMetadataScope scope, Buffer input) private static AnnotationElementAnnotationReader.readElement(IMetadataScope scope, Buffer input) private static voidAnnotationReader.readParameters(AnnotationParameter[] parameters, IMetadataScope scope, Buffer input, boolean namedParameter)