Uses of Interface
org.aspectj.weaver.tools.Traceable
Packages that use Traceable
-
Uses of Traceable in org.aspectj.weaver
Classes in org.aspectj.weaver that implement TraceableModifier and TypeClassDescriptionclass
Represents a resolved array typeclass
A BoundedReferenceType is the result of a generics wildcard expression ? extends String, ? super Foo etc..class
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
A reference type represents some 'real' type, not a primitive, not an array - but a real type, for example java.util.List.class
class
ReferenceType pointing to a type variable.class
A UnresolvedType represents a type to the weaver.class
class
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 TraceableModifier and TypeClassDescriptionfinal class
A LazyMethodGen should be treated as a MethodGen.