Uses of Class
org.opengrok.indexer.analysis.Definitions
Packages that use Definitions
Package
Description
- 
Uses of Definitions in org.opengrok.indexer.analysis
Fields in org.opengrok.indexer.analysis declared as DefinitionsMethods in org.opengrok.indexer.analysis that return DefinitionsModifier and TypeMethodDescriptionstatic DefinitionsDefinitions.deserialize(byte[] bytes) De-serialize a binary representation of aDefinitionsobject.@Nullable DefinitionsRun ctags on a file.CtagsReader.getDefinitions()Gets the instance's definitions.WriteXrefArgs.getDefs()Methods in org.opengrok.indexer.analysis with parameters of type DefinitionsModifier and TypeMethodDescriptionstatic Scopes.ScopeJFlexXrefUtils.maybeNewScope(boolean scopesEnabled, Scopes.Scope existingScope, JFlexStackingLexer lexer, Definitions defs) Creates a newScopes.ScopeifscopesEnabledistrue,existingScopeis null,defsis not null, andgetTags(int)indicates that a function or method is defined to starting at theJFlexStackingLexer.getLineNumber()oflexer.voidJFlexNonXref.setDefs(Definitions defs) Set definitions.voidJFlexXref.setDefs(Definitions defs) Set definitions.voidWriteXrefArgs.setDefs(Definitions value) voidXrefer.setDefs(Definitions defs) Set definitions.static voidAnalyzerGuru.writeDumpedXref(String contextPath, AnalyzerFactory factory, Reader in, Writer out, @Nullable Definitions defs, Annotation annotation, Project project, File file) Writes a browse-able version of the file transformed for immediate serving to a web client.static booleanJFlexXrefUtils.writeSymbol(Writer out, Definitions defs, String urlPrefix, Project project, String symbol, Set<String> keywords, int line, boolean caseSensitive, boolean isKeyword) Writes a symbol and generate links as appropriate.static voidJFlexXrefUtils.writeSymbolTable(Writer out, Definitions defs) Write a JavaScript function that returns an array with the definitions to list in the navigation panel.static voidAnalyzerGuru.writeXref(AnalyzerFactory factory, Reader in, Writer out, @Nullable Definitions defs, Annotation annotation, Project project, File file) Write a browse-able version of the file. - 
Uses of Definitions in org.opengrok.indexer.analysis.plain
Methods in org.opengrok.indexer.analysis.plain with parameters of type DefinitionsModifier and TypeMethodDescriptionvoidDefinitionsTokenStream.initialize(Definitions defs, StreamSource src, ReaderWrapper wrapper) Initializes the stream by mergingdefswith cross-referenced line offsets read fromsrc. - 
Uses of Definitions in org.opengrok.indexer.index
Methods in org.opengrok.indexer.index that return DefinitionsModifier and TypeMethodDescriptionstatic DefinitionsIndexDatabase.getDefinitions(File file) Get the latest definitions for a file from the index. - 
Uses of Definitions in org.opengrok.indexer.search.context
Methods in org.opengrok.indexer.search.context that return DefinitionsMethods in org.opengrok.indexer.search.context with parameters of type DefinitionsModifier and TypeMethodDescriptionbooleanContext.getContext(Reader in, Writer out, String urlPrefix, String morePrefix, String path, Definitions tags, boolean limit, boolean isDefSearch, List<Hit> hits) booleanContext.getContext(Reader in, Writer out, String urlPrefix, String morePrefix, String path, Definitions tags, boolean limit, boolean isDefSearch, List<Hit> hits, Scopes scopes) ???.voidContextFormatter.setDefs(Definitions value) Sets the optional definitions.