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
L
- LabelMaker - Class in com.ensoftcorp.open.commons.highlighter
- LabelMaker() - Constructor for class com.ensoftcorp.open.commons.highlighter.LabelMaker
- LanguageSpecificAnalysis - Class in com.ensoftcorp.open.commons.language
- LanguageSpecificAnalysis() - Constructor for class com.ensoftcorp.open.commons.language.LanguageSpecificAnalysis
- LanguageSpecificCallSiteAnalysis() - Constructor for class com.ensoftcorp.open.commons.analysis.CallSiteAnalysis.LanguageSpecificCallSiteAnalysis
- leastCommonAncestor(Node, Node, Graph) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the least common ancestor of both child1 and child2 within the given graph
- leastCommonAncestor(Node, Node, Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the least common ancestor of both child1 and child2 within the given graph
- leastCommonAncestors(AtlasSet<Node>, Graph) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the least common children of of the given parents within the given graph
- leastCommonChild(Node, Node, Graph) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the least common child of both parent1 and parent2 within the given graph
- leastCommonChild(Node, Node, Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the least common ancestor of both parent1 and parent2 within the given graph
- leastCommonChildren(AtlasSet<Node>, Graph) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the least common children of of the given parents within the given graph
- leaves() - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
-
Selects the nodes of this graph that have no successors Convenience for limit(NodeDirection.OUT)
- libraries() - Static method in class com.ensoftcorp.open.commons.analysis.SetDefinitions
-
Everything declared under any of the known API projects, if they are in the index.
- libraryDeclarations() - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns those nodes which are declared by a library.
- libraryDeclarations(Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns those nodes which are declared by a library.
- libraryDeclarations(Q, String) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns those nodes which are declared by a library with the given name.
- libraryDeclarations(String) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns those nodes which are declared by a library with the given name.
- limit(GraphElement.NodeDirection) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
-
Returns the nodes in the graph without edges from the given direction
- LinesOfCode(String, long, long, long) - Constructor for class com.ensoftcorp.open.commons.utilities.SLOCCount.LinesOfCode
- loadAnalysisContributions() - Static method in class com.ensoftcorp.open.commons.language.LanguageSpecificAnalysis
-
Registers the contributed plugin analyses definitions
- loadAnalysisPropertiesInitializerContributions() - Static method in class com.ensoftcorp.open.commons.utilities.project.AnalysisPropertiesInitializers
-
Registers the contributed plugin initializer definitions
- loadAnalyzerContributions() - Static method in class com.ensoftcorp.open.commons.analyzers.Analyzers
-
Registers the contributed plugin analyzer definitions
- loadCodemapContributions() - Static method in class com.ensoftcorp.open.commons.codemap.AtlasToolboxCodemapStage
-
Returns the contributed plugin codemap stages
- loadCodePainterContributions() - Static method in class com.ensoftcorp.open.commons.codepainter.CodePainters
-
Registers the contributed plugin codePainter definitions
- loadColorPaletteContributions() - Static method in class com.ensoftcorp.open.commons.codepainter.ColorPalettes
-
Registers the contributed plugin colorPalette definitions
- loadFilterContributions() - Static method in class com.ensoftcorp.open.commons.filters.Filters
-
Registers the contributed plugin filter definitions
- loadFilterContributions() - Static method in class com.ensoftcorp.open.commons.filters.rootset.FilterableRootsets
-
Registers the contributed plugin filterable root set definitions
- loadPreferences() - Static method in class com.ensoftcorp.open.commons.preferences.AnalyzerPreferences
-
Loads or refreshes current preference values
- loadPreferences() - Static method in class com.ensoftcorp.open.commons.preferences.CommonsPreferences
-
Loads or refreshes current preference values
- loadPreferences() - Static method in class com.ensoftcorp.open.commons.preferences.SubsystemPreferences
-
Loads or refreshes current preference values
- loadSubsystemContributions() - Static method in class com.ensoftcorp.open.commons.subsystems.Subsystems
-
Registers the contributed plugin subsystems definitions
- localDeclarations(Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
All nodes declared under the given functions, but NOT declared under additional functions or types.
- localDeclarations(Q, Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
All nodes declared under the given functions, but NOT declared under additional functions or types.
- log(int, String, Throwable) - Static method in class com.ensoftcorp.open.commons.log.Log
- Log - Class in com.ensoftcorp.open.commons.log
-
Centralized logging for Eclipse plugins.
- Log() - Constructor for class com.ensoftcorp.open.commons.log.Log
- LoopChildFilter - Class in com.ensoftcorp.open.commons.filters
-
Filters nodes based on how whether or not they are children of loops
- LoopChildFilter() - Constructor for class com.ensoftcorp.open.commons.filters.LoopChildFilter
- loopDepth - Static variable in class com.ensoftcorp.open.commons.xcsg.Toolbox
-
Integer attribute indicating loop depth.
- LoopDepth - Class in com.ensoftcorp.open.commons.codemap
- LoopDepth() - Constructor for class com.ensoftcorp.open.commons.codemap.LoopDepth
- LoopHighlighter - Class in com.ensoftcorp.open.commons.highlighter
- LoopHighlighter() - Constructor for class com.ensoftcorp.open.commons.highlighter.LoopHighlighter
- LoopIdentification - Class in com.ensoftcorp.open.commons.algorithms
-
Uses algorithm from Wei et al.
- LoopIdentification(Graph, Node) - Constructor for class com.ensoftcorp.open.commons.algorithms.LoopIdentification
-
Identify all loop fragments, headers, re-entries, and nesting in the universe graph, applying the tags and attributes in interfaces CFGNode and CFGEdge.
All Classes All Packages