Class SymbolInformationResult

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
org.eclipse.lemminx.services.LimitList<org.eclipse.lsp4j.SymbolInformation>
org.eclipse.lemminx.services.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:
  • Constructor Details

    • SymbolInformationResult

      public SymbolInformationResult(AtomicLong limit)