|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.commons.EmptyVisitor
com.springsource.bundlor.support.asm.ArtefactAnalyserFieldVisitor
final class ArtefactAnalyserFieldVisitor
ASM FieldVisitor
for scanning class files.
Field Summary | |
---|---|
private PartialManifest |
partialManifest
That PartialManifest being updated. |
private org.objectweb.asm.Type |
type
The type that is being scanned. |
Constructor Summary | |
---|---|
ArtefactAnalyserFieldVisitor(PartialManifest partialManifest,
org.objectweb.asm.Type type)
Creates a new ArtefactAnalyserClassVisitor to scan the supplied PartialManifest . |
Method Summary | |
---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(java.lang.String desc,
boolean visible)
|
Methods inherited from class org.objectweb.asm.commons.EmptyVisitor |
---|
visit, visit, visitAnnotation, visitAnnotationDefault, visitArray, visitAttribute, visitCode, visitEnd, visitEnum, visitField, visitFieldInsn, visitFrame, visitIincInsn, visitInnerClass, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethod, visitMethodInsn, visitMultiANewArrayInsn, visitOuterClass, visitParameterAnnotation, visitSource, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.asm.FieldVisitor |
---|
visitAttribute, visitEnd |
Field Detail |
---|
private final PartialManifest partialManifest
PartialManifest
being updated.
private final org.objectweb.asm.Type type
Constructor Detail |
---|
ArtefactAnalyserFieldVisitor(PartialManifest partialManifest, org.objectweb.asm.Type type)
ArtefactAnalyserClassVisitor
to scan the supplied PartialManifest
.
partialManifest
- the PartialManifest
to scan.Method Detail |
---|
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)
visitAnnotation
in interface org.objectweb.asm.ClassVisitor
visitAnnotation
in interface org.objectweb.asm.FieldVisitor
visitAnnotation
in interface org.objectweb.asm.MethodVisitor
visitAnnotation
in class org.objectweb.asm.commons.EmptyVisitor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |