Interface Span

    • Field Detail

      • UNDEFINED_SPAN

        static final Span UNDEFINED_SPAN
    • Method Detail

      • getStartIndex

        @Parameter
        int getStartIndex()
      • getStopIndex

        @Parameter
        int getStopIndex()
      • of

        static Span of​(org.antlr.v4.runtime.Token token)
      • of

        static Span of​(int startIndex,
                       int stopIndex)
      • undefined

        static Span undefined()
      • of

        static Span of​(org.antlr.v4.runtime.ParserRuleContext ctx)