public final class Instrumentation extends com.google.protobuf.GeneratedMessage implements InstrumentationOrBuilder
jscomp.Instrumentation
Modifier and Type | Class and Description |
---|---|
static class |
Instrumentation.Builder
Protobuf type
jscomp.Instrumentation |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
APP_NAME_SETTER_FIELD_NUMBER |
static int |
DECLARATION_TO_REMOVE_FIELD_NUMBER |
static int |
INIT_FIELD_NUMBER |
static com.google.protobuf.Parser<Instrumentation> |
PARSER |
static int |
REPORT_CALL_FIELD_NUMBER |
static int |
REPORT_DEFINED_FIELD_NUMBER |
static int |
REPORT_EXIT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
String |
getAppNameSetter()
optional string app_name_setter = 5; |
com.google.protobuf.ByteString |
getAppNameSetterBytes()
optional string app_name_setter = 5; |
String |
getDeclarationToRemove(int index)
repeated string declaration_to_remove = 3; |
com.google.protobuf.ByteString |
getDeclarationToRemoveBytes(int index)
repeated string declaration_to_remove = 3; |
int |
getDeclarationToRemoveCount()
repeated string declaration_to_remove = 3; |
List<String> |
getDeclarationToRemoveList()
repeated string declaration_to_remove = 3; |
static Instrumentation |
getDefaultInstance() |
Instrumentation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getInit(int index)
repeated string init = 4; |
com.google.protobuf.ByteString |
getInitBytes(int index)
repeated string init = 4; |
int |
getInitCount()
repeated string init = 4; |
List<String> |
getInitList()
repeated string init = 4; |
com.google.protobuf.Parser<Instrumentation> |
getParserForType() |
String |
getReportCall()
optional string report_call = 2; |
com.google.protobuf.ByteString |
getReportCallBytes()
optional string report_call = 2; |
String |
getReportDefined()
optional string report_defined = 1; |
com.google.protobuf.ByteString |
getReportDefinedBytes()
optional string report_defined = 1; |
String |
getReportExit()
optional string report_exit = 6; |
com.google.protobuf.ByteString |
getReportExitBytes()
optional string report_exit = 6; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAppNameSetter()
optional string app_name_setter = 5; |
boolean |
hasReportCall()
optional string report_call = 2; |
boolean |
hasReportDefined()
optional string report_defined = 1; |
boolean |
hasReportExit()
optional string report_exit = 6; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Instrumentation.Builder |
newBuilder() |
static Instrumentation.Builder |
newBuilder(Instrumentation prototype) |
Instrumentation.Builder |
newBuilderForType() |
protected Instrumentation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Instrumentation |
parseDelimitedFrom(InputStream input) |
static Instrumentation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Instrumentation |
parseFrom(byte[] data) |
static Instrumentation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Instrumentation |
parseFrom(com.google.protobuf.ByteString data) |
static Instrumentation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Instrumentation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Instrumentation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Instrumentation |
parseFrom(InputStream input) |
static Instrumentation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Instrumentation.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<Instrumentation> PARSER
public static final int REPORT_DEFINED_FIELD_NUMBER
public static final int REPORT_CALL_FIELD_NUMBER
public static final int REPORT_EXIT_FIELD_NUMBER
public static final int DECLARATION_TO_REMOVE_FIELD_NUMBER
public static final int INIT_FIELD_NUMBER
public static final int APP_NAME_SETTER_FIELD_NUMBER
public static Instrumentation getDefaultInstance()
public Instrumentation getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<Instrumentation> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasReportDefined()
optional string report_defined = 1;
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
hasReportDefined
in interface InstrumentationOrBuilder
public String getReportDefined()
optional string report_defined = 1;
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
getReportDefined
in interface InstrumentationOrBuilder
public com.google.protobuf.ByteString getReportDefinedBytes()
optional string report_defined = 1;
name of function(ID = <numeric function id>); used to inform the harness about the contents of a module
getReportDefinedBytes
in interface InstrumentationOrBuilder
public boolean hasReportCall()
optional string report_call = 2;
name of function(ID = <numeric function id>); used to inform the harness about a function call
hasReportCall
in interface InstrumentationOrBuilder
public String getReportCall()
optional string report_call = 2;
name of function(ID = <numeric function id>); used to inform the harness about a function call
getReportCall
in interface InstrumentationOrBuilder
public com.google.protobuf.ByteString getReportCallBytes()
optional string report_call = 2;
name of function(ID = <numeric function id>); used to inform the harness about a function call
getReportCallBytes
in interface InstrumentationOrBuilder
public boolean hasReportExit()
optional string report_exit = 6;
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument.
hasReportExit
in interface InstrumentationOrBuilder
public String getReportExit()
optional string report_exit = 6;
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument.
getReportExit
in interface InstrumentationOrBuilder
public com.google.protobuf.ByteString getReportExitBytes()
optional string report_exit = 6;
name of function(ID = <numeric function id>, VAL = <return value>); used to inform the harness about a function exit. Must return its second argument.
getReportExitBytes
in interface InstrumentationOrBuilder
public List<String> getDeclarationToRemoveList()
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
getDeclarationToRemoveList
in interface InstrumentationOrBuilder
public int getDeclarationToRemoveCount()
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
getDeclarationToRemoveCount
in interface InstrumentationOrBuilder
public String getDeclarationToRemove(int index)
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
getDeclarationToRemove
in interface InstrumentationOrBuilder
public com.google.protobuf.ByteString getDeclarationToRemoveBytes(int index)
repeated string declaration_to_remove = 3;
List of variable declarations in the application's source code that should be replaced by variables with the same name that are part of the instrumentation harness. The presence of these declarations in the original code allows debug UIs that access these variables to compile when the instrumentation pass is disabled.
getDeclarationToRemoveBytes
in interface InstrumentationOrBuilder
public List<String> getInitList()
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
getInitList
in interface InstrumentationOrBuilder
public int getInitCount()
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
getInitCount
in interface InstrumentationOrBuilder
public String getInit(int index)
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
getInit
in interface InstrumentationOrBuilder
public com.google.protobuf.ByteString getInitBytes(int index)
repeated string init = 4;
Definition of functions used to report module contents and function calls. Will be added to the start of the app's main module.
getInitBytes
in interface InstrumentationOrBuilder
public boolean hasAppNameSetter()
optional string app_name_setter = 5;
name of function(<string>); used to inform the harness about the app name
hasAppNameSetter
in interface InstrumentationOrBuilder
public String getAppNameSetter()
optional string app_name_setter = 5;
name of function(<string>); used to inform the harness about the app name
getAppNameSetter
in interface InstrumentationOrBuilder
public com.google.protobuf.ByteString getAppNameSetterBytes()
optional string app_name_setter = 5;
name of function(<string>); used to inform the harness about the app name
getAppNameSetterBytes
in interface InstrumentationOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static Instrumentation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Instrumentation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Instrumentation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Instrumentation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Instrumentation parseFrom(InputStream input) throws IOException
IOException
public static Instrumentation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Instrumentation parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Instrumentation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Instrumentation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Instrumentation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Instrumentation.Builder newBuilder()
public Instrumentation.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Instrumentation.Builder newBuilder(Instrumentation prototype)
public Instrumentation.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Instrumentation.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2009-2015 Google. All Rights Reserved.