Package com.google.javascript.jscomp
Interface FunctionInformationMap.EntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FunctionInformationMap.Entry,FunctionInformationMap.Entry.Builder
- Enclosing class:
- FunctionInformationMap
public static interface FunctionInformationMap.EntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCompiledSource()required string compiled_source = 8;com.google.protobuf.ByteStringgetCompiledSourceBytes()required string compiled_source = 8;intgetId()required int32 id = 2;intgetLineNumber()required int32 line_number = 4;java.lang.StringgetModuleName()required string module_name = 5;com.google.protobuf.ByteStringgetModuleNameBytes()required string module_name = 5;java.lang.StringgetName()required string name = 7;com.google.protobuf.ByteStringgetNameBytes()required string name = 7;intgetSize()required int32 size = 6;java.lang.StringgetSourceName()required string source_name = 3;com.google.protobuf.ByteStringgetSourceNameBytes()required string source_name = 3;booleanhasCompiledSource()required string compiled_source = 8;booleanhasId()required int32 id = 2;booleanhasLineNumber()required int32 line_number = 4;booleanhasModuleName()required string module_name = 5;booleanhasName()required string name = 7;booleanhasSize()required int32 size = 6;booleanhasSourceName()required string source_name = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
required int32 id = 2;- Returns:
- Whether the id field is set.
-
getId
int getId()
required int32 id = 2;- Returns:
- The id.
-
hasSourceName
boolean hasSourceName()
required string source_name = 3;- Returns:
- Whether the sourceName field is set.
-
getSourceName
java.lang.String getSourceName()
required string source_name = 3;- Returns:
- The sourceName.
-
getSourceNameBytes
com.google.protobuf.ByteString getSourceNameBytes()
required string source_name = 3;- Returns:
- The bytes for sourceName.
-
hasLineNumber
boolean hasLineNumber()
required int32 line_number = 4;- Returns:
- Whether the lineNumber field is set.
-
getLineNumber
int getLineNumber()
required int32 line_number = 4;- Returns:
- The lineNumber.
-
hasModuleName
boolean hasModuleName()
required string module_name = 5;- Returns:
- Whether the moduleName field is set.
-
getModuleName
java.lang.String getModuleName()
required string module_name = 5;- Returns:
- The moduleName.
-
getModuleNameBytes
com.google.protobuf.ByteString getModuleNameBytes()
required string module_name = 5;- Returns:
- The bytes for moduleName.
-
hasSize
boolean hasSize()
required int32 size = 6;- Returns:
- Whether the size field is set.
-
getSize
int getSize()
required int32 size = 6;- Returns:
- The size.
-
hasName
boolean hasName()
required string name = 7;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
required string name = 7;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
required string name = 7;- Returns:
- The bytes for name.
-
hasCompiledSource
boolean hasCompiledSource()
required string compiled_source = 8;- Returns:
- Whether the compiledSource field is set.
-
getCompiledSource
java.lang.String getCompiledSource()
required string compiled_source = 8;- Returns:
- The compiledSource.
-
getCompiledSourceBytes
com.google.protobuf.ByteString getCompiledSourceBytes()
required string compiled_source = 8;- Returns:
- The bytes for compiledSource.
-
-