This repository has been archived on 2023-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
ima02/resources/defects4j-checkout-closure-1f/gen/com/google/javascript/jscomp/InstrumentationTemplate.java

57 lines
2.5 KiB
Java
Raw Normal View History

2023-04-25 11:33:41 +00:00
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: com/google/javascript/jscomp/instrumentation_template.proto
package com.google.javascript.jscomp;
public final class InstrumentationTemplate {
private InstrumentationTemplate() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
static com.google.protobuf.Descriptors.Descriptor
internal_static_jscomp_Instrumentation_descriptor;
static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_jscomp_Instrumentation_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n;com/google/javascript/jscomp/instrumen" +
"tation_template.proto\022\006jscomp\"\231\001\n\017Instru" +
"mentation\022\026\n\016report_defined\030\001 \001(\t\022\023\n\013rep" +
"ort_call\030\002 \001(\t\022\023\n\013report_exit\030\006 \001(\t\022\035\n\025d" +
"eclaration_to_remove\030\003 \003(\t\022\014\n\004init\030\004 \003(\t" +
"\022\027\n\017app_name_setter\030\005 \001(\tB \n\034com.google." +
"javascript.jscompP\001"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
internal_static_jscomp_Instrumentation_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_jscomp_Instrumentation_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_jscomp_Instrumentation_descriptor,
new java.lang.String[] { "ReportDefined", "ReportCall", "ReportExit", "DeclarationToRemove", "Init", "AppNameSetter", },
com.google.javascript.jscomp.Instrumentation.class,
com.google.javascript.jscomp.Instrumentation.Builder.class);
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
}
// @@protoc_insertion_point(outer_class_scope)
}