Package com.github.bsideup.jabel
Class JabelCompilerPlugin.FieldAccessStub
- java.lang.Object
-
- net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase
-
- com.github.bsideup.jabel.JabelCompilerPlugin.FieldAccessStub
-
- All Implemented Interfaces:
net.bytebuddy.asm.AsmVisitorWrapper
- Enclosing class:
- JabelCompilerPlugin
private static class JabelCompilerPlugin.FieldAccessStub extends net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.bytebuddy.asm.AsmVisitorWrapper
net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase, net.bytebuddy.asm.AsmVisitorWrapper.Compound, net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields, net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods, net.bytebuddy.asm.AsmVisitorWrapper.NoOp
-
-
Constructor Summary
Constructors Constructor Description FieldAccessStub(java.lang.String fieldName, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.ClassVisitor
wrap(net.bytebuddy.description.type.TypeDescription instrumentedType, org.objectweb.asm.ClassVisitor classVisitor, net.bytebuddy.implementation.Implementation.Context implementationContext, net.bytebuddy.pool.TypePool typePool, net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> fields, net.bytebuddy.description.method.MethodList<?> methods, int writerFlags, int readerFlags)
-
-
-
Method Detail
-
wrap
public org.objectweb.asm.ClassVisitor wrap(net.bytebuddy.description.type.TypeDescription instrumentedType, org.objectweb.asm.ClassVisitor classVisitor, net.bytebuddy.implementation.Implementation.Context implementationContext, net.bytebuddy.pool.TypePool typePool, net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> fields, net.bytebuddy.description.method.MethodList<?> methods, int writerFlags, int readerFlags)
-
-