public class Segment.SegmentFieldVisitor extends 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(String desc,
boolean visible) |
void |
visitAttribute(org.objectweb.asm.Attribute attribute) |
void |
visitEnd() |
public SegmentFieldVisitor()
public org.objectweb.asm.AnnotationVisitor visitAnnotation(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.FieldVisitorCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.