com.google.javascript.jscomp
Class FunctionInformationMap.Entry.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.Entry.Builder>
              extended by com.google.javascript.jscomp.FunctionInformationMap.Entry.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, Cloneable
Enclosing class:
FunctionInformationMap.Entry

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


Method Summary
 FunctionInformationMap.Entry build()
           
 FunctionInformationMap.Entry buildPartial()
           
 FunctionInformationMap.Entry.Builder clear()
           
 FunctionInformationMap.Entry.Builder clearCompiledSource()
           
 FunctionInformationMap.Entry.Builder clearId()
           
 FunctionInformationMap.Entry.Builder clearLineNumber()
           
 FunctionInformationMap.Entry.Builder clearModuleName()
           
 FunctionInformationMap.Entry.Builder clearName()
           
 FunctionInformationMap.Entry.Builder clearSize()
           
 FunctionInformationMap.Entry.Builder clearSourceName()
           
 FunctionInformationMap.Entry.Builder clone()
           
 String getCompiledSource()
           
 FunctionInformationMap.Entry getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 int getId()
           
 int getLineNumber()
           
 String getModuleName()
           
 String getName()
           
 int getSize()
           
 String getSourceName()
           
 boolean hasCompiledSource()
           
 boolean hasId()
           
 boolean hasLineNumber()
           
 boolean hasModuleName()
           
 boolean hasName()
           
 boolean hasSize()
           
 boolean hasSourceName()
           
protected  FunctionInformationMap.Entry internalGetResult()
           
 boolean isInitialized()
           
 FunctionInformationMap.Entry.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FunctionInformationMap.Entry.Builder mergeFrom(FunctionInformationMap.Entry other)
           
 FunctionInformationMap.Entry.Builder mergeFrom(com.google.protobuf.Message other)
           
 FunctionInformationMap.Entry.Builder setCompiledSource(String value)
           
 FunctionInformationMap.Entry.Builder setId(int value)
           
 FunctionInformationMap.Entry.Builder setLineNumber(int value)
           
 FunctionInformationMap.Entry.Builder setModuleName(String value)
           
 FunctionInformationMap.Entry.Builder setName(String value)
           
 FunctionInformationMap.Entry.Builder setSize(int value)
           
 FunctionInformationMap.Entry.Builder setSourceName(String 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.Entry internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Entry.Builder>

clear

public FunctionInformationMap.Entry.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.Entry.Builder>

clone

public FunctionInformationMap.Entry.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.Entry.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.Entry.Builder>

getDefaultInstanceForType

public FunctionInformationMap.Entry 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.Entry.Builder>

build

public FunctionInformationMap.Entry build()

buildPartial

public FunctionInformationMap.Entry buildPartial()

mergeFrom

public FunctionInformationMap.Entry.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.Entry.Builder>

mergeFrom

public FunctionInformationMap.Entry.Builder mergeFrom(FunctionInformationMap.Entry other)

mergeFrom

public FunctionInformationMap.Entry.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.Entry.Builder>
Throws:
IOException

hasId

public boolean hasId()

getId

public int getId()

setId

public FunctionInformationMap.Entry.Builder setId(int value)

clearId

public FunctionInformationMap.Entry.Builder clearId()

hasSourceName

public boolean hasSourceName()

getSourceName

public String getSourceName()

setSourceName

public FunctionInformationMap.Entry.Builder setSourceName(String value)

clearSourceName

public FunctionInformationMap.Entry.Builder clearSourceName()

hasLineNumber

public boolean hasLineNumber()

getLineNumber

public int getLineNumber()

setLineNumber

public FunctionInformationMap.Entry.Builder setLineNumber(int value)

clearLineNumber

public FunctionInformationMap.Entry.Builder clearLineNumber()

hasModuleName

public boolean hasModuleName()

getModuleName

public String getModuleName()

setModuleName

public FunctionInformationMap.Entry.Builder setModuleName(String value)

clearModuleName

public FunctionInformationMap.Entry.Builder clearModuleName()

hasSize

public boolean hasSize()

getSize

public int getSize()

setSize

public FunctionInformationMap.Entry.Builder setSize(int value)

clearSize

public FunctionInformationMap.Entry.Builder clearSize()

hasName

public boolean hasName()

getName

public String getName()

setName

public FunctionInformationMap.Entry.Builder setName(String value)

clearName

public FunctionInformationMap.Entry.Builder clearName()

hasCompiledSource

public boolean hasCompiledSource()

getCompiledSource

public String getCompiledSource()

setCompiledSource

public FunctionInformationMap.Entry.Builder setCompiledSource(String value)

clearCompiledSource

public FunctionInformationMap.Entry.Builder clearCompiledSource()