Class IRAnnotationCompiler
- java.lang.Object
-
- gw.internal.gosu.ir.compiler.bytecode.IRAnnotationCompiler
-
public class IRAnnotationCompiler extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private IRAnnotation_annotationprivate org.objectweb.asm.AnnotationVisitor_visitor
-
Constructor Summary
Constructors Constructor Description IRAnnotationCompiler(org.objectweb.asm.AnnotationVisitor annotationVisitor, IRAnnotation annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompile()private voidcompileAnnotationInfo(IRAnnotation anno)private voidvisitAnnotationField(org.objectweb.asm.AnnotationVisitor visitor, IType returnType, java.lang.String fieldName, IRType returnIRType, java.lang.Object value)private voidvisitArray(IType returnClassInfo, IRType returnIRType, java.lang.String name, java.lang.Object value)
-
-
-
Field Detail
-
_visitor
private org.objectweb.asm.AnnotationVisitor _visitor
-
_annotation
private IRAnnotation _annotation
-
-
Constructor Detail
-
IRAnnotationCompiler
public IRAnnotationCompiler(org.objectweb.asm.AnnotationVisitor annotationVisitor, IRAnnotation annotation)
-
-
Method Detail
-
compile
public void compile()
-
compileAnnotationInfo
private void compileAnnotationInfo(IRAnnotation anno)
-
visitAnnotationField
private void visitAnnotationField(org.objectweb.asm.AnnotationVisitor visitor, IType returnType, java.lang.String fieldName, IRType returnIRType, java.lang.Object value)
-
-