- 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 instrumented class name with "." delimiter.
- thisClassName() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns instrumented class name with "/" delimiter.
- thisClassOuterClass() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns outer class of the instrumented class.
- thisClassOuterMethod() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns outer method of the instrumented class.
- 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 signature of the instrumented class.
- thisClassSourceFile() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns source file of the instrumented class.
- thisClassSuperName() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns super class name of the instrumented class.
- 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 descriptor of the instrumented method.
- thisMethodFullName() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns name of the instrumented method plus method's class name.
- thisMethodName() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns name of the instrumented method.
- thisMethodSignature() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
-
Returns signature of the instrumented method.
- ThreadLocal - Annotation Type in ch.usi.dag.disl.annotation
-
Indicates, that field is used for data passing between several snippets
The field is translated into thread local variable.
- transform(byte[]) - Method in interface ch.usi.dag.disl.transformer.Transformer
-
The class to be transformed is passed as an argument and the transformed
class is returned.
- Transformer - Interface in ch.usi.dag.disl.transformer
-
Allows transformation of a class before it is passed to DiSL.
- TryClauseMarker - Class in ch.usi.dag.disl.marker
-
Marks try block.
- TryClauseMarker() - Constructor for class ch.usi.dag.disl.marker.TryClauseMarker
-