Skip navigation links
A B C D E F G H I L M N O P R S T V W 

I

init() - Static method in class ch.usi.dag.disl.DiSL
Loads transformers, exclusion lists, and DiSL classes with snippets, and creates an instance of the DiSL class.
InsnNodeMarker - Class in ch.usi.dag.disl.marker
Marks bytecode instructions depending on the ASM class type.
InsnNodeMarker(Parameter) - Constructor for class ch.usi.dag.disl.marker.InsnNodeMarker
 
instrument(byte[]) - Method in class ch.usi.dag.disl.DiSL
Instruments the given class, provided as an array of bytes representing the contents of its class file.
invoke(Class<?>) - Method in interface ch.usi.dag.disl.guardcontext.GuardContext
Invokes guard passed as an argument.
isActive() - Static method in class ch.usi.dag.disl.dynamicbypass.DynamicBypass
 
isAnnotation() - Method in class ch.usi.dag.dislreserver.shadow.ShadowClass
 
isArray() - Method in class ch.usi.dag.dislreserver.shadow.ShadowClass
 
isAssignableFrom(ShadowClass) - Method in class ch.usi.dag.dislreserver.shadow.ShadowClass
 
isClassAbstract() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented class is abstract.
isClassAnnotation() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented class is an annotation.
isClassEnum() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented class is an enum.
isClassFinal() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented class is final.
isClassInterface() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented class is an interface.
isClassPrivate() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented class is private.
isClassProtected() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented class is protected.
isClassPublic() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented class is public.
isClassSynthetic() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented class is synthetic.
isDaemon() - Method in class ch.usi.dag.dislreserver.shadow.ShadowThread
 
isEnum() - Method in class ch.usi.dag.dislreserver.shadow.ShadowClass
 
isFirstOfLoop() - Method in class ch.usi.dag.disl.staticcontext.LoopStaticContext
Returns true if the instrumented instruction is start of a loop.
isInstance(ShadowObject) - Method in class ch.usi.dag.dislreserver.shadow.ShadowClass
 
isInterface() - Method in class ch.usi.dag.dislreserver.shadow.ShadowClass
 
isMethodBridge() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented method is a bridge.
isMethodConstructor() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if this method is a constructor.
isMethodFinal() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented method is final.
isMethodInitializer() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if this method is a class initializer.
isMethodPrivate() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented method is private.
isMethodProtected() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented method is protected.
isMethodPublic() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented method is public.
isMethodStatic() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented method is static.
isMethodSynchronized() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented method is synchronized.
isMethodVarArgs() - Method in class ch.usi.dag.disl.staticcontext.MethodStaticContext
Returns true if the instrumented method accepts a variable number of arguments.
isPrimitive() - Method in class ch.usi.dag.dislreserver.shadow.ShadowClass
 
isSynthetic() - Method in class ch.usi.dag.dislreserver.shadow.ShadowClass
 
isValid() - Method in class ch.usi.dag.disl.staticcontext.FieldAccessStaticContext
 
A B C D E F G H I L M N O P R S T V W 
Skip navigation links