|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.codegen.AnnotationCodegen
public abstract class AnnotationCodegen
| Field Summary | |
|---|---|
static FqName |
VOLATILE_FQ_NAME
|
| Method Summary | |
|---|---|
static AnnotationCodegen |
forAnnotationDefaultValue(org.jetbrains.org.objectweb.asm.MethodVisitor mv,
JetTypeMapper mapper)
|
static AnnotationCodegen |
forClass(org.jetbrains.org.objectweb.asm.ClassVisitor cv,
JetTypeMapper mapper)
|
static AnnotationCodegen |
forField(org.jetbrains.org.objectweb.asm.FieldVisitor fv,
JetTypeMapper mapper)
|
static AnnotationCodegen |
forMethod(org.jetbrains.org.objectweb.asm.MethodVisitor mv,
JetTypeMapper mapper)
|
static AnnotationCodegen |
forParameter(int parameter,
org.jetbrains.org.objectweb.asm.MethodVisitor mv,
JetTypeMapper mapper)
|
void |
genAnnotations(Annotated annotated)
|
void |
generateAnnotationDefaultValue(CompileTimeConstant value,
JetType expectedType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FqName VOLATILE_FQ_NAME
| Method Detail |
|---|
public void genAnnotations(Annotated annotated)
public void generateAnnotationDefaultValue(@NotNull
CompileTimeConstant value,
@NotNull
JetType expectedType)
public static AnnotationCodegen forClass(org.jetbrains.org.objectweb.asm.ClassVisitor cv,
JetTypeMapper mapper)
public static AnnotationCodegen forMethod(org.jetbrains.org.objectweb.asm.MethodVisitor mv,
JetTypeMapper mapper)
public static AnnotationCodegen forField(org.jetbrains.org.objectweb.asm.FieldVisitor fv,
JetTypeMapper mapper)
public static AnnotationCodegen forParameter(int parameter,
org.jetbrains.org.objectweb.asm.MethodVisitor mv,
JetTypeMapper mapper)
public static AnnotationCodegen forAnnotationDefaultValue(org.jetbrains.org.objectweb.asm.MethodVisitor mv,
JetTypeMapper mapper)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||