CClassWriter
Value members
Concrete methods
This method is thread-safe: it depends only on the BTypes component, which does not depend on global. TODO @lry move to a different place where no global is in scope, on bTypes.
This method is thread-safe: it depends only on the BTypes component, which does not depend on global. TODO @lry move to a different place where no global is in scope, on bTypes.
- Definition Classes
Inherited methods
def newConstantDynamic(name: String, descriptor: String, bootstrapMethodHandle: Handle, bootstrapMethodArguments: <FromJavaObject>*): Int
- Inherited from:
- ClassWriter
def newInvokeDynamic(name: String, descriptor: String, bootstrapMethodHandle: Handle, bootstrapMethodArguments: <FromJavaObject>*): Int
- Inherited from:
- ClassWriter
final def visitField(access: Int, name: String, descriptor: String, signature: String, value: <FromJavaObject>): FieldVisitor
- Inherited from:
- ClassWriter
final def visitMethod(access: Int, name: String, descriptor: String, signature: String, exceptions: Array[String]): MethodVisitor
- Inherited from:
- ClassWriter
final def visitRecordComponent(name: String, descriptor: String, signature: String): RecordComponentVisitor
- Inherited from:
- ClassWriter
final def visitTypeAnnotation(typeRef: Int, typePath: TypePath, descriptor: String, visible: Boolean): AnnotationVisitor
- Inherited from:
- ClassWriter
Deprecated and Inherited methods
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
- Deprecated
- Inherited from:
- ClassWriter