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 

D

Data - Class in org.eth.cyril.telemetry.data
Represents a piece of gathered data from a DataGatherer instance.
Data() - Constructor for class org.eth.cyril.telemetry.data.Data
 
DataGatherer - Interface in org.eth.cyril.telemetry
A DataGatherer gathers data about the system.
deactivate() - Method in interface org.eth.cyril.telemetry.DataGatherer
Deactivates the gathering of data.
deactivate() - Method in class org.eth.cyril.telemetry.GraphLayoutReasonDataGatherer
 
deactivate() - Method in class org.eth.cyril.telemetry.InteractiveModeDataGatherer
 
deactivate() - Method in class org.eth.cyril.telemetry.LayoutAlgorithmDataGatherer
 
deactivate() - Method in class org.eth.cyril.telemetry.RuleCountDataGatherer
 
deactivate() - Method in class org.eth.cyril.telemetry.SettingsDataGatherer
 
deactivate() - Method in class org.eth.cyril.telemetry.TelemetrySender
Deactivates the telemetry sender.
deactivate() - Method in class org.eth.cyril.telemetry.UsageModeDataGatherer
 
debugbackend - package debugbackend
 
debugbackend.views - package debugbackend.views
 
debugbackend.views.actions - package debugbackend.views.actions
 
DebugBackendView - Class in debugbackend.views
 
DebugBackendView() - Constructor for class debugbackend.views.DebugBackendView
 
DebugContextAdapter - Class in org.eth.jibin.debuglistener
 
DebugContextAdapter(IStackFrameHandler) - Constructor for class org.eth.jibin.debuglistener.DebugContextAdapter
 
debugContextChanged(DebugContextEvent) - Method in class org.eth.jibin.debuglistener.DebugContextAdapter
 
DebugEventSetListener - Class in debugbackend.views
 
DebugEventSetListener(IStackFrameHandler) - Constructor for class debugbackend.views.DebugEventSetListener
 
DebugValueManager - Class in org.eth.cyril.data
The DebugValueManager singleton connects the Value instances to the Java-specific original IValue instances, which are needed for certain tasks when using the Eclipse API, e.g.
describe() - Method in interface org.eth.cyril.bugfixer.input.Bound
Describes this bound in a human-readable way.
describe() - Method in interface org.eth.cyril.bugfixer.input.Input
A String to describe the given input.
describe() - Method in class org.eth.cyril.bugfixer.input.IntegerIntervalBound
 
describe() - Method in class org.eth.cyril.bugfixer.input.ValueSetBound
 
describe() - Method in interface org.eth.cyril.bugfixer.modeleditor.ModelChangeEvent
Returns a human-readable description of the event.
describe() - Method in class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.CompositeChangeEvent
 
describe() - Method in class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.InsertValueToFieldEvent
 
describe() - Method in class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.InsertValueToVariableEvent
 
describe() - Method in class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.RemoveFieldEvent
 
describe() - Method in class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.RemoveValueEvent
 
describe() - Method in class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.RenameFieldEvent
 
describe() - Method in class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.RenameVariableEvent
 
describe() - Method in class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.SetFieldEvent
 
describe() - Method in class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.SwapFieldEvent
 
describe() - Method in class org.eth.cyril.bugfixer.modeleditor.ModelChangeEvents.SwapValuesEvent
 
describe(Value, Value...) - Method in interface org.eth.cyril.expressions.Expression
Describe this expression in a human-readable way.
describe(Value, Value...) - Method in class org.eth.cyril.expressions.JavaFieldsExpression
 
describe(Value, Value...) - Method in class org.eth.cyril.expressions.JavaMethodExpression
 
describeRule() - Method in class org.eth.cyril.bugfixer.rewriting.ASTRewriteRule
Returns a human-readable description of what this rule does.
describeRule() - Method in class org.eth.cyril.bugfixer.rewriting.IfConditionRewrite
 
describeRule() - Method in class org.eth.cyril.bugfixer.rewriting.LoopAndMethodCounterRewrite
 
describeRule() - Method in class org.eth.cyril.bugfixer.rewriting.LoopConditionRewrite
 
describeRule() - Method in class org.eth.cyril.bugfixer.rewriting.LoopStartRewrite
 
describeRule() - Method in class org.eth.cyril.bugfixer.rewriting.MissedAssignmentRewrite
 
describeRule() - Method in class org.eth.cyril.bugfixer.rewriting.PathOutputRewrite
 
describeRule() - Method in class org.eth.cyril.bugfixer.rewriting.SwitchFieldAccessRewrite
 
DESCRIPTION - Static variable in class org.eth.cyril.bugfixer.BugFixerMain
 
DisposableAction - Class in debugbackend.views.actions
A disposable action extends a basic Action with additionally having a dispose method, which handles clean-up when the action is being removed from the menu.
DisposableAction() - Constructor for class debugbackend.views.actions.DisposableAction
 
DisposableAction.RunActionListener - Interface in debugbackend.views.actions
Listener to be notified when an action's Action.run() method is executed.
dispose() - Method in class debugbackend.views.actions.CancelAction
 
dispose() - Method in class debugbackend.views.actions.DisposableAction
Disposes this action, i.e.
dispose() - Method in class debugbackend.views.actions.ReloadAction
 
dispose() - Method in class debugbackend.views.actions.RewindableSequenceAction
 
dispose() - Method in class debugbackend.views.DebugBackendView
 
distanceBetweenPaths(String, String) - Static method in class org.eth.cyril.bugfixer.rewriting.PathOutputRewrite
Calculates the Levenshtein distance between two path strings.
doesPairCheckCounter(Pair<Statement>) - Static method in class org.eth.cyril.bugfixer.rewriting.LoopAndMethodCounterRewrite
Returns whether the given pair of statements checks a loop counter.
DoNotVisit - Annotation Type in org.eth.cyril.bugfixer.execution
This annotation can be applied to fields and classes.
DragFormatListener - Class in org.eth.cyril.listeners
 
DragFormatListener(DrawingStepHandler) - Constructor for class org.eth.cyril.listeners.DragFormatListener
 
drawCurrentGraph() - Method in class org.eth.cyril.gui.swt.AbstractSWTGraphDrawer
 
drawCurrentGraph() - Method in class org.eth.cyril.gui.swt.BrowserGraphDrawer
 
drawCurrentGraph() - Method in class org.eth.cyril.gui.swt.SWTGraphDrawer
 
drawGraph(Graph, DrawingFrame) - Method in class org.eth.cyril.gui.swt.AbstractSWTGraphDrawer
 
DSLUtil - Class in debugbackend
Utility methods for the different domain-specific-language parts: ordering, string formats, blacklist, or abstraction.
DSLUtil() - Constructor for class debugbackend.DSLUtil
 
DualArgumentListener(ModelEditor, DrawingStepHandler) - Constructor for class org.eth.cyril.bugfixer.modeleditor.AbstractListeners.DualArgumentListener
 
DualArgumentListener(Composite, ModelEditor, DrawingStepHandler) - Constructor for class org.eth.cyril.bugfixer.modeleditor.AbstractListeners.DualArgumentListener
 
DualArgumentListener() - Constructor for class org.eth.cyril.listeners.AbstractListeners.DualArgumentListener
 
DynamicJavaCode - Class in org.eth.cyril.bugfixer.execution
 
DynamicJavaCode() - Constructor for class org.eth.cyril.bugfixer.execution.DynamicJavaCode
 
DynamicJavaCode.CompileInformation - Class in org.eth.cyril.bugfixer.execution
 
DynamicJavaCode.FullClassName - Class in org.eth.cyril.bugfixer.execution
 
DynamicJavaCode.MainMethod - Class in org.eth.cyril.bugfixer.execution
 
DynamicJavaCode.NonExecutableMethodException - Exception in org.eth.cyril.bugfixer.execution
 
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