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()
           
 java.util.List<java.lang.Integer> getPathList()
           
 int getSpan(int index)
           
 int getSpanCount()
           
 java.util.List<java.lang.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

java.util.List<java.lang.Integer> getPathList()

getPathCount

int getPathCount()

getPath

int getPath(int index)

getSpanList

java.util.List<java.lang.Integer> getSpanList()

getSpanCount

int getSpanCount()

getSpan

int getSpan(int index)


Copyright © 2008-2011 Google. All Rights Reserved.