Class SymbolInformationResult

  • All Implemented Interfaces:
    Serializable, Cloneable, Iterable<org.eclipse.lsp4j.SymbolInformation>, Collection<org.eclipse.lsp4j.SymbolInformation>, List<org.eclipse.lsp4j.SymbolInformation>, RandomAccess

    public class SymbolInformationResult
    extends LimitList<org.eclipse.lsp4j.SymbolInformation>
    Result for symbols information computation for the textDocument/documentSymbol request
    See Also:
    Serialized Form
    • Constructor Detail

      • SymbolInformationResult

        public SymbolInformationResult​(AtomicLong limit)