public class SerialVersionUIDReader
extends org.objectweb.asm.commons.SerialVersionUIDAdder
| Constructor and Description |
|---|
SerialVersionUIDReader(AnalyzerClassVisitor analyzerClassVisitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces)
Visits the header of the class.
|
void |
visitEnd() |
org.objectweb.asm.FieldVisitor |
visitField(int access,
String name,
String desc,
String signature,
Object value) |
computeSHAdigest, computeSVUID, visitMethodpublic SerialVersionUIDReader(AnalyzerClassVisitor analyzerClassVisitor)
public void visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces)
visit in interface org.objectweb.asm.ClassVisitorvisit in class org.objectweb.asm.commons.SerialVersionUIDAdderversion - the class version.access - the class's access flags (see Opcodes). This
parameter also indicates if the class is deprecated.name - the internal name of the class (see
getInternalName).signature - the signature of this class. May be null if
the class is not a generic one, and does not extend or implement
generic classes or interfaces.superName - the internal of name of the super class (see
getInternalName). For interfaces,
the super class is Object. May be null, but
only for the Object class.interfaces - the internal names of the class's interfaces (see
getInternalName). May be
null.public org.objectweb.asm.FieldVisitor visitField(int access,
String name,
String desc,
String signature,
Object value)
visitField in interface org.objectweb.asm.ClassVisitorvisitField in class org.objectweb.asm.commons.SerialVersionUIDAdderpublic void visitEnd()
visitEnd in interface org.objectweb.asm.ClassVisitorvisitEnd in class org.objectweb.asm.commons.SerialVersionUIDAdderCopyright © 2007-2013 OW2 Consortium. All Rights Reserved.