Uses of Enum Class
com.github.copilot.generated.rpc.InstructionSourceLocation
Packages that use InstructionSourceLocation
-
Uses of InstructionSourceLocation in com.github.copilot.generated.rpc
Subclasses with type arguments of type InstructionSourceLocation in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumWhere this source lives — used for UI groupingMethods in com.github.copilot.generated.rpc that return InstructionSourceLocationModifier and TypeMethodDescriptionstatic InstructionSourceLocationInstructionSource.location()Returns the value of thelocationrecord component.static InstructionSourceLocationReturns the enum constant of this class with the specified name.static InstructionSourceLocation[]InstructionSourceLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type InstructionSourceLocationModifierConstructorDescriptionInstructionSource(String id, String label, String sourcePath, String content, InstructionSourceType type, InstructionSourceLocation location, List<String> applyTo, String description, Boolean defaultDisabled, String projectPath) Creates an instance of aInstructionSourcerecord class.