Uses of Interface
com.strobel.assembler.metadata.IMetadataScope
-
Packages that use IMetadataScope Package Description com.strobel.assembler.ir com.strobel.assembler.ir.attributes com.strobel.assembler.metadata com.strobel.assembler.metadata.annotations -
-
Uses of IMetadataScope in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return IMetadataScope Modifier and Type Method Description protected abstract IMetadataScope
MetadataReader. getScope()
Methods in com.strobel.assembler.ir with parameters of type IMetadataScope Modifier and Type Method Description static CustomAnnotation
AnnotationReader. read(IMetadataScope scope, Buffer input)
static AnnotationElement
AnnotationReader. readElement(IMetadataScope scope, Buffer input)
private static void
AnnotationReader. 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 IMetadataScope Modifier and Type Method Description static SourceAttribute
SourceAttribute. readAttribute(IMetadataResolver resolver, IMetadataScope scope, Buffer buffer)
static void
SourceAttribute. 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 IMetadataScope Modifier and Type Class Description (package private) static class
ClassFileReader.Scope
Fields in com.strobel.assembler.metadata declared as IMetadataScope Modifier and Type Field Description private IMetadataScope
MethodReader. _scope
Methods in com.strobel.assembler.metadata that return IMetadataScope Modifier and Type Method Description protected IMetadataScope
ClassFileReader. getScope()
Constructors in com.strobel.assembler.metadata with parameters of type IMetadataScope Constructor Description MethodReader(MethodDefinition methodDefinition, IMetadataScope scope)
-
Uses of IMetadataScope in com.strobel.assembler.metadata.annotations
Methods in com.strobel.assembler.metadata.annotations with parameters of type IMetadataScope Modifier and Type Method Description static CustomAnnotation
AnnotationReader. read(IMetadataScope scope, Buffer input)
private static AnnotationElement
AnnotationReader. readElement(IMetadataScope scope, Buffer input)
private static void
AnnotationReader. readParameters(AnnotationParameter[] parameters, IMetadataScope scope, Buffer input, boolean namedParameter)
-