Uses of Interface
javassist.bytecode.Opcode

Packages that use Opcode
javassist.bytecode Bytecode-level API. 
javassist.expr This package contains the classes for modifying a method body. 
 

Uses of Opcode in javassist.bytecode
 

Classes in javassist.bytecode that implement Opcode
 class Bytecode
          A utility class for producing a bytecode sequence.
 class CodeAttribute
          Code_attribute.
 class CodeIterator
          An iterator for editing a code attribute.
 

Uses of Opcode in javassist.expr
 

Classes in javassist.expr that implement Opcode
 class Cast
          Explicit type cast.
 class ConstructorCall
          Constructor call such as this() and super() within a constructor body.
 class Expr
          Expression.
 class FieldAccess
          Expression for accessing a field.
 class Handler
          Catch clause.
 class Instanceof
          Instanceof operator.
 class MethodCall
          Method invocation (caller-side expression).
 class NewArray
          Array creation.
 class NewExpr
          Object creation (new expression).
 



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.