public class Segment.SegmentFieldVisitor extends java.lang.Object implements org.objectweb.asm.FieldVisitor
FieldVisitor to visit the metadata relating to fields in a class
file.| Constructor and Description |
|---|
SegmentFieldVisitor() |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(java.lang.String desc,
boolean visible) |
void |
visitAttribute(org.objectweb.asm.Attribute attribute) |
void |
visitEnd() |
public SegmentFieldVisitor()
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)
visitAnnotation in interface org.objectweb.asm.FieldVisitorpublic void visitAttribute(org.objectweb.asm.Attribute attribute)
visitAttribute in interface org.objectweb.asm.FieldVisitorpublic void visitEnd()
visitEnd in interface org.objectweb.asm.FieldVisitor