com.google.protobuf
Interface DescriptorProtos.SourceCodeInfo.LocationOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
DescriptorProtos.SourceCodeInfo.Location, DescriptorProtos.SourceCodeInfo.Location.Builder
Enclosing class:
DescriptorProtos.SourceCodeInfo

public static interface DescriptorProtos.SourceCodeInfo.LocationOrBuilder
extends MessageOrBuilder


Method Summary
 int getPath(int index)
           
 int getPathCount()
           
 List<Integer> getPathList()
           
 int getSpan(int index)
           
 int getSpanCount()
           
 List<Integer> getSpanList()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getPathList

List<Integer> getPathList()

getPathCount

int getPathCount()

getPath

int getPath(int index)

getSpanList

List<Integer> getSpanList()

getSpanCount

int getSpanCount()

getSpan

int getSpan(int index)


Copyright © 2008-2011. All Rights Reserved.