public class SourceCodeInfoLocation extends Object
| Modifier and Type | Method and Description |
|---|---|
static SourceCodeInfoLocation |
create(com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location location) |
String |
getLeadingComments() |
String |
getLeadingDetachedComments(int index) |
String |
getTrailingComments() |
public static SourceCodeInfoLocation create(@Nonnull com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location location)
public String getLeadingComments()
public String getTrailingComments()
public String getLeadingDetachedComments(int index)
Copyright © 2022 Google LLC. All rights reserved.