A B C D E F G H I L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DeadCode - Class in com.ensoftcorp.open.commons.analyzers
-
An analyzer for dead code
- DeadCode() - Constructor for class com.ensoftcorp.open.commons.analyzers.DeadCode
- debug(String) - Static method in class com.ensoftcorp.open.commons.log.Log
- debug(String, Throwable) - Static method in class com.ensoftcorp.open.commons.log.Log
- DEBUG_LOGGING - Static variable in class com.ensoftcorp.open.commons.preferences.CommonsPreferences
-
Enable/disable debug logging
- DEBUG_LOGGING_DEFAULT - Static variable in class com.ensoftcorp.open.commons.preferences.CommonsPreferences
- declarations(Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Produces a declarations (contains) graph.
- declarations(Q, Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Produces a declarations (contains) graph.
- DefaultCallResolutionStrategy() - Constructor for class com.ensoftcorp.open.commons.algorithms.ICFG.DefaultCallResolutionStrategy
- DefaultFlushProvider - Class in com.ensoftcorp.open.commons.sandbox
- DefaultFlushProvider() - Constructor for class com.ensoftcorp.open.commons.sandbox.DefaultFlushProvider
- delete(SandboxGraphElement) - Method in class com.ensoftcorp.open.commons.sandbox.Sandbox
-
Removes the given sandbox graph element from the sandbox universe
- deleteProject(IProject) - Static method in class com.ensoftcorp.open.commons.utilities.WorkspaceUtils
- DepthFirstPreorderIterator - Class in com.ensoftcorp.open.commons.algorithms.dominance
-
DepthFirstPreorderIterator yields a depth-first pre-order traversal of a graph.
- DepthFirstPreorderIterator(UniqueEntryExitGraph, Node) - Constructor for class com.ensoftcorp.open.commons.algorithms.dominance.DepthFirstPreorderIterator
- DepthFirstPreorderIterator(UniqueEntryExitGraph, AtlasSet<Node>) - Constructor for class com.ensoftcorp.open.commons.algorithms.dominance.DepthFirstPreorderIterator
- dfg(Node) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
- dfg(Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
- difference(SandboxGraph...) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
-
Select this graph, excluding the graphs g.
- differenceEdges(SandboxGraph...) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
-
Select this graph, excluding the edges from the given graphs.
- disable() - Method in class com.ensoftcorp.open.commons.utilities.selection.ExpiringGraphSelectionProvider
- disable() - Method in class com.ensoftcorp.open.commons.utilities.selection.GraphSelectionProvider
- disableColorPalette(ColorPalette) - Method in class com.ensoftcorp.open.commons.codepainter.CodePainter
-
Disables the color palette if the color palette exists and isn't already disabled
- disableGraphSelectionListener() - Method in class com.ensoftcorp.open.commons.utilities.selection.GraphSelectionListenerView
-
Disables graph selection listener
- disableGraphSelectionProvider() - Method in class com.ensoftcorp.open.commons.utilities.selection.ExpiringGraphSelectionProviderView
-
Disables graph selection providers
- disableGraphSelectionProvider() - Method in class com.ensoftcorp.open.commons.utilities.selection.GraphSelectionProviderView
-
Disables graph selection providers
- DISPLAY_FILTER_VIEW_RESULT_CONTAINERS - Static variable in class com.ensoftcorp.open.commons.preferences.CommonsPreferences
-
Enable/disable displaying filter view result containers
- DISPLAY_FILTER_VIEW_RESULT_CONTAINERS_DEFAULT - Static variable in class com.ensoftcorp.open.commons.preferences.CommonsPreferences
- displayName() - Method in class com.ensoftcorp.open.commons.codemap.AtlasToolboxCodemapStage
- dispose() - Method in class com.ensoftcorp.open.commons.utilities.selection.GraphSelectionListenerView
- DOMINANCE_FRONTIER_EDGE - Static variable in class com.ensoftcorp.open.commons.algorithms.DominanceAnalysis
-
Used to tag the edges from a node that identify the node's dominance frontier.
- DominanceAnalysis - Class in com.ensoftcorp.open.commons.algorithms
-
Primary interface for computing dominance relationships.
- DominanceAnalysis() - Constructor for class com.ensoftcorp.open.commons.algorithms.DominanceAnalysis
- DOMINATOR_TREE_EDGE - Static variable in class com.ensoftcorp.open.commons.algorithms.DominanceAnalysis
-
The immediate dominator or idom of a node n is the unique node that strictly dominates n but does not strictly dominate any other node that strictly dominates n.
- DominatorTree - Class in com.ensoftcorp.open.commons.algorithms.dominance
-
An implementation of the O(n log n) Lengauer-Tarjan algorithm for building the dominator tree of a graph.
- DominatorTree(UniqueEntryExitGraph) - Constructor for class com.ensoftcorp.open.commons.algorithms.dominance.DominatorTree
-
Construct a DominatorTree from a root.
- DominatorTree(UniqueEntryExitGraph, AtlasSet<Node>) - Constructor for class com.ensoftcorp.open.commons.algorithms.dominance.DominatorTree
-
Construct a DominatorTree from a collection of "roots."
- DominatorTree.Multimap<T> - Class in com.ensoftcorp.open.commons.algorithms.dominance
-
Multimap maps a key to a set of values.
All Classes All Packages