ASM 3.2
Overview
Package
Class
Text Changes
Statistics
Help
Generated by
JDiff
FRAMES
NO FRAMES
All Documentation Differences
Package
org.objectweb.asm
Class AnnotationVisitor
Method
visit(String, Object)
Method
visitAnnotation(String, String)
Method
visitArray(String)
Class ClassVisitor
Method
visitAnnotation(String, boolean)
Method
visitInnerClass(String, String, String, int)
Class
ClassWriter
Method
newClass(String)
Method
newConst(Object)
Method
newField(String, String, String)
Method
newMethod(String, String, String, boolean)
Method
newNameType(String, String)
Method
newUTF8(String)
Method
toByteArray()
Class FieldVisitor
Method
visitAnnotation(String, boolean)
Class
Label
Class
MethodVisitor
Method
visitAnnotation(String, boolean)
Method
visitAnnotationDefault()
Method
visitIntInsn(int, int)
Method
visitMethodInsn(int, String, String, String)
Method
visitParameterAnnotation(int, String, boolean)
Method
visitTryCatchBlock(Label, Label, Label, String)
Method
visitTypeInsn(int, String)
Class Type
Method
getInternalName()
Method
getInternalName(Class)
Package
org.objectweb.asm.commons
Class
AdviceAdapter
AdviceAdapter(MethodVisitor, int, String, String)
Method
onMethodEnter()
Method
onMethodExit(int)
Class GeneratorAdapter
Method
getLocalType(int)
Method
loadLocal(int)
Method
loadLocal(int, Type)
Method
ret(int)
Method
storeLocal(int)
Method
storeLocal(int, Type)
Class
LocalVariablesSorter
Class Method
Method
getMethod(String)
Class SerialVersionUIDAdder
Method
computeSVUID()
Package
org.objectweb.asm.optimizer
Class
ClassOptimizer
Class
MethodOptimizer
Class
NameMapping
Class
Shrinker
Package
org.objectweb.asm.tree
Class
AbstractInsnNode
Class AnnotationNode
Method
accept(AnnotationVisitor)
Class FieldNode
FieldNode(int, String, String, String, Object)
Class
LineNumberNode
Class LookupSwitchInsnNode
Field
labels
Class MethodInsnNode
MethodInsnNode(int, String, String, String)
Class TableSwitchInsnNode
Field
labels
Class TypeInsnNode
TypeInsnNode(int, String)
Field
desc
Package
org.objectweb.asm.tree.analysis
Class
Analyzer
Method
newControlFlowEdge(int, int)
Class
BasicValue
Package
org.objectweb.asm.util
Class
ASMifierClassVisitor
Class AbstractVisitor
Method
getText()
Class
CheckClassAdapter
Method
verify(ClassReader, boolean, PrintWriter)
Class
CheckMethodAdapter
CheckMethodAdapter(MethodVisitor)
Package
org.objectweb.asm.xml
Class
ASMContentHandler
ASMContentHandler(OutputStream, boolean)
Method
endDocument()
Method
endElement(String, String, String)
Method
startElement(String, String, String, Attributes)
Method
toByteArray()
Class SAXCodeAdapter
SAXCodeAdapter(ContentHandler, int)