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 SourceLocationSourceLocation.Builder. build()SourceLocationSourceLocation.Builder. buildPartial()static SourceLocationSourceLocation. getDefaultInstance()SourceLocationSourceLocation.Builder. getDefaultInstanceForType()SourceLocationSourceLocation. getDefaultInstanceForType()SourceLocationBreakpoint.Builder. getLocation()Breakpoint source location.SourceLocationBreakpoint. getLocation()Breakpoint source location.SourceLocationBreakpointOrBuilder. getLocation()Breakpoint source location.SourceLocationStackFrame.Builder. getLocation()Source location of the call site.SourceLocationStackFrame. getLocation()Source location of the call site.SourceLocationStackFrameOrBuilder. getLocation()Source location of the call site.static SourceLocationSourceLocation. parseDelimitedFrom(InputStream input)static SourceLocationSourceLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceLocationSourceLocation. parseFrom(byte[] data)static SourceLocationSourceLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceLocationSourceLocation. parseFrom(com.google.protobuf.ByteString data)static SourceLocationSourceLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceLocationSourceLocation. parseFrom(com.google.protobuf.CodedInputStream input)static SourceLocationSourceLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceLocationSourceLocation. parseFrom(InputStream input)static SourceLocationSourceLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceLocationSourceLocation. parseFrom(ByteBuffer data)static SourceLocationSourceLocation. 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.BuilderSourceLocation.Builder. mergeFrom(SourceLocation other)Breakpoint.BuilderBreakpoint.Builder. mergeLocation(SourceLocation value)Breakpoint source location.StackFrame.BuilderStackFrame.Builder. mergeLocation(SourceLocation value)Source location of the call site.static SourceLocation.BuilderSourceLocation. newBuilder(SourceLocation prototype)Breakpoint.BuilderBreakpoint.Builder. setLocation(SourceLocation value)Breakpoint source location.StackFrame.BuilderStackFrame.Builder. setLocation(SourceLocation value)Source location of the call site.
-