org.jetbrains.jet.codegen
Class AnnotationCodegen
java.lang.Object
org.jetbrains.jet.codegen.AnnotationCodegen
public abstract class AnnotationCodegen
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
genAnnotations
public void genAnnotations(Annotated annotated)
forClass
public static AnnotationCodegen forClass(org.jetbrains.asm4.ClassVisitor cv,
JetTypeMapper mapper)
forMethod
public static AnnotationCodegen forMethod(org.jetbrains.asm4.MethodVisitor mv,
JetTypeMapper mapper)
forField
public static AnnotationCodegen forField(org.jetbrains.asm4.FieldVisitor fv,
JetTypeMapper mapper)
forParameter
public static AnnotationCodegen forParameter(int parameter,
org.jetbrains.asm4.MethodVisitor mv,
JetTypeMapper mapper)