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

I

ID - Static variable in class debugbackend.views.DebugBackendView
 
IfConditionRewrite - Class in org.eth.cyril.bugfixer.rewriting
Rewrite rule to rewrite any if-condition by replacing it with its negation.
IfConditionRewrite() - Constructor for class org.eth.cyril.bugfixer.rewriting.IfConditionRewrite
 
initialize(RewritingPermutator) - Method in class org.eth.cyril.bugfixer.CompilationTask
Initializes the task with the given permutator.
initialize(DrawingStepHandler) - Method in interface org.eth.cyril.expressions.Expression
Initialize the given step handler.
initialize(DrawingStepHandler) - Method in class org.eth.cyril.expressions.JavaFieldsExpression
 
initialize(DrawingStepHandler) - Method in class org.eth.cyril.expressions.JavaMethodExpression
 
initializeImageRegistry(ImageRegistry) - Method in class debugbackend.Activator
 
InMemoryClassFile - Class in org.eth.cyril.bugfixer.execution
 
InMemoryClassFile(String, JavaFileObject.Kind) - Constructor for class org.eth.cyril.bugfixer.execution.InMemoryClassFile
 
InMemoryFileManager - Class in org.eth.cyril.bugfixer.execution
 
InMemoryFileManager(StandardJavaFileManager) - Constructor for class org.eth.cyril.bugfixer.execution.InMemoryFileManager
 
InMemorySourceFile - Class in org.eth.cyril.bugfixer.execution
 
InMemorySourceFile(DynamicJavaCode.FullClassName, String) - Constructor for class org.eth.cyril.bugfixer.execution.InMemorySourceFile
 
Input<T> - Interface in org.eth.cyril.bugfixer.input
 
InputGenerator<T> - Interface in org.eth.cyril.bugfixer.input
 
InputGeneratorImpl<T> - Class in org.eth.cyril.bugfixer.input
 
InputGeneratorImpl(Parser<T>, List<Class<T>>) - Constructor for class org.eth.cyril.bugfixer.input.InputGeneratorImpl
 
InputGeneratorRegistry - Class in org.eth.cyril.bugfixer.input
 
InputOutputPairs() - Constructor for class org.eth.cyril.bugfixer.TestAllPermutations.InputOutputPairs
 
insertNull(GraphDrawer) - Method in class org.eth.cyril.bugfixer.modeleditor.NullInsertingListener
 
InsertValueToFieldEvent(ObjectValue, String, Value, String) - Constructor for class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.InsertValueToFieldEvent
 
InsertValueToVariableEvent(Variable, Value, String) - Constructor for class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.InsertValueToVariableEvent
 
InspectValueListener - Class in org.eth.cyril.listeners
Listener which allows to inspect the Java object corresponding to a value directly within Eclipse's existing framework allowing inspect expressions.
InspectValueListener() - Constructor for class org.eth.cyril.listeners.InspectValueListener
 
installingBreakpoint(IJavaDebugTarget, IJavaBreakpoint, IJavaType) - Method in class org.eth.jibin.debuglistener.BreakpointListener
 
IntegerIntervalBound - Class in org.eth.cyril.bugfixer.input
 
IntegerIntervalBound(int, int) - Constructor for class org.eth.cyril.bugfixer.input.IntegerIntervalBound
 
InteractiveModeAction - Class in debugbackend.views.actions
Action to start/stop interactive mode.
InteractiveModeAction(GraphDrawer) - Constructor for class debugbackend.views.actions.InteractiveModeAction
 
InteractiveModeData - Class in org.eth.cyril.telemetry.data
 
InteractiveModeData() - Constructor for class org.eth.cyril.telemetry.data.InteractiveModeData
 
InteractiveModeDataGatherer - Class in org.eth.cyril.telemetry
Gathers data on the interactive mode usage.
InteractiveModeDataGatherer(UsageMode) - Constructor for class org.eth.cyril.telemetry.InteractiveModeDataGatherer
 
intermediateLayout - Variable in class org.eth.cyril.gui.swt.AbstractSWTGraphDrawer
 
isAll() - Method in class org.eth.cyril.interactive.ExpansionDepth
Returns whether this depth expands all.
isAllDataPresent() - Method in class org.eth.cyril.bugfixer.BugFixerInfo
 
isAnalyzeStatic() - Method in class org.eth.cyril.info.UsageMode
 
isBlock() - Method in class org.eth.cyril.interactive.ExpansionDepth
Returns whether this depth is a block.
isBoxedPrimitive(IValue) - Static method in class org.eth.jibin.visualization.contentprovider.PrimitiveUtil
Returns whether the given value is a boxed primitive such as an Integer or Boolean object in Java.
isCancelled() - Method in class org.eth.jibin.visualization.contentprovider.ProgramHeapVisitor
 
isClosed() - Method in class org.eth.cyril.bugfixer.execution.DynamicJavaCode.CompileInformation
 
isDeeperThan(ExpansionDepth) - Method in class org.eth.cyril.interactive.ExpansionDepth
Returns whether this depth is deeper than the other, irregardless of forcing status.
isExpanded() - Method in class org.eth.cyril.interactive.ExpansionDepth
Returns whether this depth is expanded.
isFinalized() - Method in class org.eth.cyril.bugfixer.PermutationGroups
Check whether finalize() has been called.
isForce() - Method in class org.eth.cyril.interactive.ExpansionDepth
Returns whether this depth forces expansion.
isInteractiveMode() - Method in class org.eth.cyril.info.UsageMode
 
isLoopCounter(VariableDeclarationStatement) - Static method in class org.eth.cyril.bugfixer.rewriting.LoopAndMethodCounterRewrite
Returns whether the given VariableDeclarationStatement instance declares a loop counter, and should therefore be removed before presenting the corrected code to the user again.
isMethodCounter(FieldDeclaration) - Static method in class org.eth.cyril.bugfixer.rewriting.LoopAndMethodCounterRewrite
Returns whether the given FieldDeclaration instance declares a method counter, and should therefore be removed before presenting the corrected code to the user again.
isNone() - Method in class org.eth.cyril.interactive.ExpansionDepth
Returns whether this depth does not expand at all.
isPathOutputStatement(Statement) - Static method in class org.eth.cyril.bugfixer.rewriting.PathOutputRewrite
Returns whether the given statement is a path output statement, i.e.
isPrimitive(IValue) - Static method in class org.eth.jibin.visualization.contentprovider.PrimitiveUtil
Returns whether the given IValue instance is a primitive value.
isReadyForInteractions() - Method in class org.eth.cyril.gui.swt.AbstractSWTGraphDrawer
 
isSelected(T) - Method in class org.eth.cyril.bugfixer.modeleditor.SelectionListener
 
isSelected(T) - Method in class org.eth.cyril.gui.swt.BrowserSelector
 
isStarted() - Method in class org.eth.cyril.bugfixer.PermutationGroups
Returns whether calculation should have already started.
isStopped() - Method in class org.eth.cyril.bugfixer.PermutationGroups
Returns whether calculation should be stopped.
isStoredInFile() - Method in class org.eth.cyril.bugfixer.execution.CompilableClass
 
IStackFrameHandler - Interface in org.eth.jibin.debuglistener
 
isValidArgument(int, Value) - Method in class org.eth.cyril.expressions.JavaMethodExpression.MethodDescriptor
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links