Uses of Package
com.tc.asm

Packages that use com.tc.asm
com.tc.asm Provides a small and fast bytecode manipulation framework. 
com.tc.asm.commons Provides some useful class and method adapters. 
com.tc.asm.tree Provides an ASM visitor that constructs a tree representation of the classes it visits. 
com.tc.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package. 
com.tc.asm.util Provides ASM visitors that can be useful for programming and debugging purposes. 
com.tc.asm.xml Provides SAX 2.0 adapters for ASM visitors to convert classes to and from XML. 
com.tc.backport175.bytecode   
com.tc.object.bytecode   
com.tc.object.bytecode.rwsync   
com.tc.object.config   
 

Classes in com.tc.asm used by com.tc.asm
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ByteVector
          A dynamically extensible vector of bytes.
ClassReader
          A Java class parser to make a ClassVisitor visit an existing class.
ClassVisitor
          A visitor to visit a Java class.
ClassWriter
          A ClassVisitor that generates classes in bytecode form.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodVisitor
          A visitor to visit a Java method.
Type
          A Java type.
 

Classes in com.tc.asm used by com.tc.asm.commons
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassAdapter
          An empty ClassVisitor that delegates to another ClassVisitor.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodAdapter
          An empty MethodVisitor that delegates to another MethodVisitor.
MethodVisitor
          A visitor to visit a Java method.
Opcodes
          Defines the JVM opcodes, access flags and array type codes.
Type
          A Java type.
 

Classes in com.tc.asm used by com.tc.asm.tree
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodVisitor
          A visitor to visit a Java method.
 

Classes in com.tc.asm used by com.tc.asm.tree.analysis
Opcodes
          Defines the JVM opcodes, access flags and array type codes.
Type
          A Java type.
 

Classes in com.tc.asm used by com.tc.asm.util
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassAdapter
          An empty ClassVisitor that delegates to another ClassVisitor.
ClassReader
          A Java class parser to make a ClassVisitor visit an existing class.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodAdapter
          An empty MethodVisitor that delegates to another MethodVisitor.
MethodVisitor
          A visitor to visit a Java method.
 

Classes in com.tc.asm used by com.tc.asm.xml
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassVisitor
          A visitor to visit a Java class.
ClassWriter
          A ClassVisitor that generates classes in bytecode form.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodVisitor
          A visitor to visit a Java method.
Opcodes
          Defines the JVM opcodes, access flags and array type codes.
 

Classes in com.tc.asm used by com.tc.backport175.bytecode
AnnotationVisitor
          A visitor to visit a Java annotation.
 

Classes in com.tc.asm used by com.tc.object.bytecode
ClassAdapter
          An empty ClassVisitor that delegates to another ClassVisitor.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
MethodAdapter
          An empty MethodVisitor that delegates to another MethodVisitor.
MethodVisitor
          A visitor to visit a Java method.
Opcodes
          Defines the JVM opcodes, access flags and array type codes.
Type
          A Java type.
 

Classes in com.tc.asm used by com.tc.object.bytecode.rwsync
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassAdapter
          An empty ClassVisitor that delegates to another ClassVisitor.
ClassVisitor
          A visitor to visit a Java class.
Label
          A label represents a position in the bytecode of a method.
MethodVisitor
          A visitor to visit a Java method.
Opcodes
          Defines the JVM opcodes, access flags and array type codes.
 

Classes in com.tc.asm used by com.tc.object.config
ClassVisitor
          A visitor to visit a Java class.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.