Uses of Interface
org.aspectj.weaver.tools.Traceable

Packages that use Traceable
org.aspectj.weaver   
org.aspectj.weaver.bcel   
 

Uses of Traceable in org.aspectj.weaver
 

Classes in org.aspectj.weaver that implement Traceable
 class ArrayReferenceType
          Represents a resolved array type
 class BoundedReferenceType
          A BoundedReferenceType is the result of a generics wildcard expression ? extends String, ? super Foo etc..
 class MissingResolvedTypeWithKnownSignature
          When we try to resolve a type in the world that we require to be present, and then fail to find it, we return an instance of this class.
 class ReferenceType
          A reference type represents some 'real' type, not a primitive, not an array - but a real type, for example java.util.List.
 class ResolvedType
           
 class TypeVariableReferenceType
          ReferenceType representing a type variable.
 class UnresolvedType
          A UnresolvedType represents a type to the weaver.
 class UnresolvedTypeVariableReferenceType
           
 class WildcardedUnresolvedType
          Represents a wildcarded bound for a generic type, this can be unbounded '?' or bounded via extends '? extends Foo' or super '? super Foo'.
 

Uses of Traceable in org.aspectj.weaver.bcel
 

Classes in org.aspectj.weaver.bcel that implement Traceable
 class LazyMethodGen
          A LazyMethodGen should be treated as a MethodGen.