com.google.javascript.jscomp
Class FunctionInformationMap.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Builder>
              extended by com.google.javascript.jscomp.FunctionInformationMap.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, Cloneable
Enclosing class:
FunctionInformationMap

public static final class FunctionInformationMap.Builder
extends com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Builder>


Method Summary
 FunctionInformationMap.Builder addAllEntry(Iterable<? extends FunctionInformationMap.Entry> values)
           
 FunctionInformationMap.Builder addAllModule(Iterable<? extends FunctionInformationMap.Module> values)
           
 FunctionInformationMap.Builder addEntry(FunctionInformationMap.Entry.Builder builderForValue)
           
 FunctionInformationMap.Builder addEntry(FunctionInformationMap.Entry value)
           
 FunctionInformationMap.Builder addModule(FunctionInformationMap.Module.Builder builderForValue)
           
 FunctionInformationMap.Builder addModule(FunctionInformationMap.Module value)
           
 FunctionInformationMap build()
           
 FunctionInformationMap buildPartial()
           
 FunctionInformationMap.Builder clear()
           
 FunctionInformationMap.Builder clearEntry()
           
 FunctionInformationMap.Builder clearModule()
           
 FunctionInformationMap.Builder clone()
           
 FunctionInformationMap getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 FunctionInformationMap.Entry getEntry(int index)
           
 int getEntryCount()
           
 List<FunctionInformationMap.Entry> getEntryList()
           
 FunctionInformationMap.Module getModule(int index)
           
 int getModuleCount()
           
 List<FunctionInformationMap.Module> getModuleList()
           
protected  FunctionInformationMap internalGetResult()
           
 boolean isInitialized()
           
 FunctionInformationMap.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FunctionInformationMap.Builder mergeFrom(FunctionInformationMap other)
           
 FunctionInformationMap.Builder mergeFrom(com.google.protobuf.Message other)
           
 FunctionInformationMap.Builder setEntry(int index, FunctionInformationMap.Entry.Builder builderForValue)
           
 FunctionInformationMap.Builder setEntry(int index, FunctionInformationMap.Entry value)
           
 FunctionInformationMap.Builder setModule(int index, FunctionInformationMap.Module.Builder builderForValue)
           
 FunctionInformationMap.Builder setModule(int index, FunctionInformationMap.Module value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, mergeUnknownFields, newBuilderForField, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

internalGetResult

protected FunctionInformationMap internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Builder>

clear

public FunctionInformationMap.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.AbstractMessage.Builder<FunctionInformationMap.Builder>

clone

public FunctionInformationMap.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Builder>

getDefaultInstanceForType

public FunctionInformationMap getDefaultInstanceForType()

isInitialized

public boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLite.Builder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Builder>

build

public FunctionInformationMap build()

buildPartial

public FunctionInformationMap buildPartial()

mergeFrom

public FunctionInformationMap.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FunctionInformationMap.Builder>

mergeFrom

public FunctionInformationMap.Builder mergeFrom(FunctionInformationMap other)

mergeFrom

public FunctionInformationMap.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FunctionInformationMap.Builder>
Throws:
IOException

getEntryList

public List<FunctionInformationMap.Entry> getEntryList()

getEntryCount

public int getEntryCount()

getEntry

public FunctionInformationMap.Entry getEntry(int index)

setEntry

public FunctionInformationMap.Builder setEntry(int index,
                                               FunctionInformationMap.Entry value)

setEntry

public FunctionInformationMap.Builder setEntry(int index,
                                               FunctionInformationMap.Entry.Builder builderForValue)

addEntry

public FunctionInformationMap.Builder addEntry(FunctionInformationMap.Entry value)

addEntry

public FunctionInformationMap.Builder addEntry(FunctionInformationMap.Entry.Builder builderForValue)

addAllEntry

public FunctionInformationMap.Builder addAllEntry(Iterable<? extends FunctionInformationMap.Entry> values)

clearEntry

public FunctionInformationMap.Builder clearEntry()

getModuleList

public List<FunctionInformationMap.Module> getModuleList()

getModuleCount

public int getModuleCount()

getModule

public FunctionInformationMap.Module getModule(int index)

setModule

public FunctionInformationMap.Builder setModule(int index,
                                                FunctionInformationMap.Module value)

setModule

public FunctionInformationMap.Builder setModule(int index,
                                                FunctionInformationMap.Module.Builder builderForValue)

addModule

public FunctionInformationMap.Builder addModule(FunctionInformationMap.Module value)

addModule

public FunctionInformationMap.Builder addModule(FunctionInformationMap.Module.Builder builderForValue)

addAllModule

public FunctionInformationMap.Builder addAllModule(Iterable<? extends FunctionInformationMap.Module> values)

clearModule

public FunctionInformationMap.Builder clearModule()