- terminate() - Method in class ch.usi.dag.disl.DiSL
-
Termination handler - should be invoked by the instrumentation framework.
- thisClassCanonicalName() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the canonical name of the instrumented class, i.e., a fully
qualified class name, with packages delimited by the '.' character.
- thisClassName() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the internal name of the instrumented class, i.e., a fully
qualified class name, with packages delimited by the '/' character.
- thisClassOuterClass() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the internal name of the class enclosing the instrumented class,
or null
if the instrumented class is not enclosed in another
class.
- thisClassOuterMethod() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the name of the method enclosing the instrumented class, or
null
if the class is not enclosed in a method.
- thisClassOuterMethodDesc() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns outer method descriptor of the instrumented class.
- thisClassSignature() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the signature of the instrumented class, or null
if the
class is not a generic type.
- thisClassSimpleName() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the simple name of the instrumented class, i.e., a class name
without the package part of the name.
- thisClassSourceFile() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the name of the source file containing the instrumented class.
- thisClassSuperName() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the internal name of the super class of the instrumented class,
i.e., a fully qualified class name, with package names delimited by the
'/' character.
- thisClassVersion() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns class version as (ASM) integer of the instrumented class.
- thisMethodDescriptor() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the descriptor of the instrumented method.
- thisMethodFullName() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the fully qualified (internal) name of the instrumented method,
i.e., including the (internal) name of the class containing the method.
- thisMethodName() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the name of the instrumented method.
- thisMethodSignature() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns the signature of the instrumented method.
- ThreadLocal - Annotation Type in ch.usi.dag.disl.annotation
-
Indicates that accesses to the annotated field should be translated into
accesses to a thread-local variable.
- toString() - Method in class ch.usi.dag.disl.scope.ScopeImpl
-
- toString() - Method in class ch.usi.dag.dislreserver.shadow.ShadowString
-
- TryClauseMarker - Class in ch.usi.dag.disl.marker
-
Marks a try block.
- TryClauseMarker() - Constructor for class ch.usi.dag.disl.marker.TryClauseMarker
-