types

package
v0.1.0-rc.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BreakpointLocation

type BreakpointLocation struct {
	Line            uint32
	Column          uint32
	ClassName       string
	MethodName      string
	MethodSignature string
}

BreakpointLocation represents a breakpoint location.

type ResolveBreakpoints

type ResolveBreakpoints struct {
	WorkspaceRoot string
	SourceURI     string
	Breakpoints   []*protocol.Position
}

ResolveBreakpoints represents a request to resolve breakpoints.

type ResolveClassToPath

type ResolveClassToPath struct {
	WorkspaceRoot      string
	FullyQualifiedName string
	SourceRelativePath string
}

ResolveClassToPath represents a request to resolve a class to a path.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL