Package com.strobel.assembler.ir
Class AnnotationReader
- java.lang.Object
-
- com.strobel.assembler.ir.AnnotationReader
-
public final class AnnotationReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomAnnotation
read(IMetadataScope scope, Buffer input)
static AnnotationElement
readElement(IMetadataScope scope, Buffer input)
private static void
readParameters(AnnotationParameter[] parameters, IMetadataScope scope, Buffer input, boolean namedParameter)
-
-
-
Method Detail
-
read
public static CustomAnnotation read(IMetadataScope scope, Buffer input)
-
readParameters
private static void readParameters(AnnotationParameter[] parameters, IMetadataScope scope, Buffer input, boolean namedParameter)
-
readElement
public static AnnotationElement readElement(IMetadataScope scope, Buffer input)
-
-