Interface NewSymbol


  • public interface NewSymbol
    This builder is used to define symbol references on files.
    Since:
    5.6
    • Method Detail

      • newReference

        @Deprecated
        NewSymbol newReference​(int startOffset,
                               int endOffset)
        Deprecated.
        since 6.1 Only supported to ease migration from old API. Please prefer other newReference() methods.
        Register a new symbol reference.
        Parameters:
        startOffset - Starting position in file for the declaration of this symbol. Beginning of a file starts with offset '0'.
        endOffset - End position in file for this symbol declaration.