Uses of Interface
com.tc.asm.Opcodes

Packages that use Opcodes
com.tc.asm.commons Provides some useful class and method adapters. 
com.tc.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package. 
com.tc.asm.xml Provides SAX 2.0 adapters for ASM visitors to convert classes to and from XML. 
com.tc.object.bytecode   
com.tc.object.bytecode.rwsync   
 

Uses of Opcodes in com.tc.asm.commons
 

Classes in com.tc.asm.commons that implement Opcodes
 class AdviceAdapter
          A MethodAdapter to insert before, after and around advices in methods and constructors.
 class CodeSizeEvaluator
          A MethodAdapter that can be used to approximate method size.
 class JSRInlinerAdapter
          A MethodAdapter that removes JSR instructions and inlines the referenced subroutines.
 

Uses of Opcodes in com.tc.asm.tree.analysis
 

Classes in com.tc.asm.tree.analysis that implement Opcodes
 class Analyzer
          A semantic bytecode analyzer.
 class BasicInterpreter
          An Interpreter for BasicValue values.
 class BasicVerifier
          An extended BasicInterpreter that checks that bytecode instructions are correctly used.
 class SimpleVerifier
          An extended BasicVerifier that performs more precise verifications.
 class SourceInterpreter
          An Interpreter for SourceValue values.
 

Uses of Opcodes in com.tc.asm.xml
 

Classes in com.tc.asm.xml that implement Opcodes
 class ASMContentHandler
          A ContentHandler that transforms XML document into Java class file.
 

Uses of Opcodes in com.tc.object.bytecode
 

Classes in com.tc.object.bytecode that implement Opcodes
 class ByteCodeUtil
          Utility methods for working with byte code.
 class ChangeClassNameHierarchyAdapter
          This class will change the class name in methodInsn.
 class DelegateMethodAdapter
          Use me to make sure a class overrides all methods from parent hierarchy and delegates the call
 class LogicalClassSerializationAdapter
           
static class LogicalClassSerializationAdapter.LogicalClassSerializationClassAdapter
           
static class LogicalClassSerializationAdapter.LogicalClassSerializationMethodAdapter
           
static class LogicalClassSerializationAdapter.LogicalSubclassSerializationMethodAdapter
           
 class MergeTCToJavaClassAdapter
           
 

Uses of Opcodes in com.tc.object.bytecode.rwsync
 

Classes in com.tc.object.bytecode.rwsync that implement Opcodes
 class AddOrRemoveSynchronizedKeywordMethodStrategy
           
 class LockingClassAdapter
          A base for class adapters that wrap methods inside read or write locks.
 class LockingMethodStrategy
          Contains constants and utility methods convenient for method instrumentation strategies involving locking with ReentrantReadWriteLocks
 class SimpleLockMethodStrategy
          Instrument a method by renaming it and then calling it inside a wrapper method that takes a ReadLock or WriteLock.
 



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