Sha256: 09beedb67745642006f15d24372d1349d3954200307aa246eac79b22723b16a2

Contents?: true

Size: 1.28 KB

Versions: 17

Compression:

Stored size: 1.28 KB

Contents

module Steep
  module Services
    class GotoService
      include ModuleHelper

      module SourceHelper
        def from_ruby?: () -> untyped

        def from_rbs?: () -> untyped
      end

      ConstantQuery: untyped

      MethodQuery: untyped

      TypeNameQuery: untyped

      attr_reader type_check: untyped

      attr_reader assignment: untyped

      def initialize: (type_check: untyped, assignment: untyped) -> void

      def project: () -> untyped

      def implementation: (path: untyped, line: untyped, column: untyped) -> untyped

      def definition: (path: untyped, line: untyped, column: untyped) -> untyped

      def test_ast_location: (untyped loc, line: untyped, column: untyped) -> (false | true)

      def query_at: (path: untyped, line: untyped, column: untyped) -> untyped

      def type_check_path: (target: untyped, path: untyped, content: untyped, line: untyped, column: untyped) -> untyped

      def constant_definition_in_rbs: (untyped name, locations: untyped) -> untyped

      def constant_definition_in_ruby: (untyped name, locations: untyped) -> untyped

      def method_locations: (untyped name, in_ruby: untyped, in_rbs: untyped, locations: untyped) -> untyped

      def type_name_locations: (untyped name, ?locations: untyped) -> untyped
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
steep-1.4.0 sig/steep/services/goto_service.rbs
steep-1.4.0.dev.5 sig/steep/services/goto_service.rbs
steep-1.4.0.dev.4 sig/steep/services/goto_service.rbs
steep-1.4.0.dev.3 sig/steep/services/goto_service.rbs
steep-1.3.2 sig/steep/services/goto_service.rbs
steep-1.3.1 sig/steep/services/goto_service.rbs
steep-1.4.0.dev.2 sig/steep/services/goto_service.rbs
steep-1.4.0.dev.1 sig/steep/services/goto_service.rbs
steep-1.3.0 sig/steep/services/goto_service.rbs
steep-1.3.0.pre.2 sig/steep/services/goto_service.rbs
steep-1.3.0.pre.1 sig/steep/services/goto_service.rbs
steep-1.2.1 sig/steep/services/goto_service.rbs
steep-1.2.0 sig/steep/services/goto_service.rbs
steep-1.2.0.pre.1 sig/steep/services/goto_service.rbs
steep-1.1.1 sig/steep/services/goto_service.rbs
steep-1.1.0 sig/steep/services/goto_service.rbs
steep-1.1.0.pre.1 sig/steep/services/goto_service.rbs