ASM 3.2
Overview
Package
Class
Text Changes
Statistics
Help
Generated by
JDiff
FRAMES
NO FRAMES
All Documentation Differences
Package
org.objectweb.asm
Class ClassReader
Method
accept(ClassVisitor, Attribute[], int)
Method
accept(ClassVisitor, int)
Class
ClassWriter
ClassWriter(ClassReader, int)
ClassWriter(int)
Method
getCommonSuperClass(String, String)
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()
Field
COMPUTE_FRAMES
Field
COMPUTE_MAXS
Class
Label
Field
info
Class MethodVisitor
Method
visitFrame(int, int, Object[], int, Object[])
Method
visitMethodInsn(int, String, String, String)
Method
visitTypeInsn(int, String)
Class Type
Method
getInternalName()
Method
getInternalName(Class)
Method
getObjectType(String)
Package
org.objectweb.asm.commons
Class
AdviceAdapter
AdviceAdapter(MethodVisitor, int, String, String)
Method
onMethodEnter()
Method
onMethodExit(int)
Class AnalyzerAdapter
Field
locals
Field
stack
Class SerialVersionUIDAdder
Method
computeSVUID()
Package
org.objectweb.asm.optimizer
Class
ClassOptimizer
Class
MethodOptimizer
Class
NameMapping
Class
Shrinker
Package
org.objectweb.asm.tree
Class MethodInsnNode
MethodInsnNode(int, String, String, String)
Class TypeInsnNode
TypeInsnNode(int, String)
Field
desc
Package
org.objectweb.asm.util
Class
CheckClassAdapter
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)