Uses of Class
com.google.devtools.clouddebugger.v2.SourceLocation
-
Packages that use SourceLocation Package Description com.google.devtools.clouddebugger.v2 -
-
Uses of SourceLocation in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return SourceLocation Modifier and Type Method Description SourceLocation
SourceLocation.Builder. build()
SourceLocation
SourceLocation.Builder. buildPartial()
static SourceLocation
SourceLocation. getDefaultInstance()
SourceLocation
SourceLocation.Builder. getDefaultInstanceForType()
SourceLocation
SourceLocation. getDefaultInstanceForType()
SourceLocation
Breakpoint.Builder. getLocation()
Breakpoint source location.SourceLocation
Breakpoint. getLocation()
Breakpoint source location.SourceLocation
BreakpointOrBuilder. getLocation()
Breakpoint source location.SourceLocation
StackFrame.Builder. getLocation()
Source location of the call site.SourceLocation
StackFrame. getLocation()
Source location of the call site.SourceLocation
StackFrameOrBuilder. getLocation()
Source location of the call site.static SourceLocation
SourceLocation. parseDelimitedFrom(InputStream input)
static SourceLocation
SourceLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceLocation
SourceLocation. parseFrom(byte[] data)
static SourceLocation
SourceLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceLocation
SourceLocation. parseFrom(com.google.protobuf.ByteString data)
static SourceLocation
SourceLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceLocation
SourceLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static SourceLocation
SourceLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceLocation
SourceLocation. parseFrom(InputStream input)
static SourceLocation
SourceLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceLocation
SourceLocation. parseFrom(ByteBuffer data)
static SourceLocation
SourceLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type SourceLocation Modifier and Type Method Description com.google.protobuf.Parser<SourceLocation>
SourceLocation. getParserForType()
static com.google.protobuf.Parser<SourceLocation>
SourceLocation. parser()
Methods in com.google.devtools.clouddebugger.v2 with parameters of type SourceLocation Modifier and Type Method Description SourceLocation.Builder
SourceLocation.Builder. mergeFrom(SourceLocation other)
Breakpoint.Builder
Breakpoint.Builder. mergeLocation(SourceLocation value)
Breakpoint source location.StackFrame.Builder
StackFrame.Builder. mergeLocation(SourceLocation value)
Source location of the call site.static SourceLocation.Builder
SourceLocation. newBuilder(SourceLocation prototype)
Breakpoint.Builder
Breakpoint.Builder. setLocation(SourceLocation value)
Breakpoint source location.StackFrame.Builder
StackFrame.Builder. setLocation(SourceLocation value)
Source location of the call site.
-