org.jetbrains.kotlin.serialization.js
Class JsProtoBuf

java.lang.Object
  extended by org.jetbrains.kotlin.serialization.js.JsProtoBuf

public final class JsProtoBuf
extends java.lang.Object


Nested Class Summary
static class JsProtoBuf.Classes
          Protobuf type org.jetbrains.kotlin.serialization.js.Classes
static interface JsProtoBuf.ClassesOrBuilder
           
static class JsProtoBuf.Library
          Protobuf type org.jetbrains.kotlin.serialization.js.Library
static interface JsProtoBuf.LibraryOrBuilder
           
 
Field Summary
static int CLASS_ANNOTATION_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Class,java.util.List<ProtoBuf.Annotation>> classAnnotation
          extend .org.jetbrains.kotlin.serialization.Class { ...
static int COMPILE_TIME_VALUE_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Property,ProtoBuf.Annotation.Argument.Value> compileTimeValue
          extend .org.jetbrains.kotlin.serialization.Property { ...
static int CONSTRUCTOR_ANNOTATION_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Constructor,java.util.List<ProtoBuf.Annotation>> constructorAnnotation
          extend .org.jetbrains.kotlin.serialization.Constructor { ...
static int ENUM_ENTRY_ANNOTATION_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.EnumEntry,java.util.List<ProtoBuf.Annotation>> enumEntryAnnotation
          extend .org.jetbrains.kotlin.serialization.EnumEntry { ...
static int FUNCTION_ANNOTATION_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Function,java.util.List<ProtoBuf.Annotation>> functionAnnotation
          extend .org.jetbrains.kotlin.serialization.Function { ...
static int PARAMETER_ANNOTATION_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.ValueParameter,java.util.List<ProtoBuf.Annotation>> parameterAnnotation
          extend .org.jetbrains.kotlin.serialization.ValueParameter { ...
static int PROPERTY_ANNOTATION_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Property,java.util.List<ProtoBuf.Annotation>> propertyAnnotation
          extend .org.jetbrains.kotlin.serialization.Property { ...
static int TYPE_ANNOTATION_FIELD_NUMBER
           
static int TYPE_PARAMETER_ANNOTATION_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Type,java.util.List<ProtoBuf.Annotation>> typeAnnotation
          extend .org.jetbrains.kotlin.serialization.Type { ...
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.TypeParameter,java.util.List<ProtoBuf.Annotation>> typeParameterAnnotation
          extend .org.jetbrains.kotlin.serialization.TypeParameter { ...
 
Method Summary
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_ANNOTATION_FIELD_NUMBER

public static final int CLASS_ANNOTATION_FIELD_NUMBER
See Also:
Constant Field Values

classAnnotation

public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Class,java.util.List<ProtoBuf.Annotation>> classAnnotation
extend .org.jetbrains.kotlin.serialization.Class { ... }


CONSTRUCTOR_ANNOTATION_FIELD_NUMBER

public static final int CONSTRUCTOR_ANNOTATION_FIELD_NUMBER
See Also:
Constant Field Values

constructorAnnotation

public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Constructor,java.util.List<ProtoBuf.Annotation>> constructorAnnotation
extend .org.jetbrains.kotlin.serialization.Constructor { ... }


FUNCTION_ANNOTATION_FIELD_NUMBER

public static final int FUNCTION_ANNOTATION_FIELD_NUMBER
See Also:
Constant Field Values

functionAnnotation

public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Function,java.util.List<ProtoBuf.Annotation>> functionAnnotation
extend .org.jetbrains.kotlin.serialization.Function { ... }


PROPERTY_ANNOTATION_FIELD_NUMBER

public static final int PROPERTY_ANNOTATION_FIELD_NUMBER
See Also:
Constant Field Values

propertyAnnotation

public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Property,java.util.List<ProtoBuf.Annotation>> propertyAnnotation
extend .org.jetbrains.kotlin.serialization.Property { ... }


COMPILE_TIME_VALUE_FIELD_NUMBER

public static final int COMPILE_TIME_VALUE_FIELD_NUMBER
See Also:
Constant Field Values

compileTimeValue

public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Property,ProtoBuf.Annotation.Argument.Value> compileTimeValue
extend .org.jetbrains.kotlin.serialization.Property { ... }


ENUM_ENTRY_ANNOTATION_FIELD_NUMBER

public static final int ENUM_ENTRY_ANNOTATION_FIELD_NUMBER
See Also:
Constant Field Values

enumEntryAnnotation

public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.EnumEntry,java.util.List<ProtoBuf.Annotation>> enumEntryAnnotation
extend .org.jetbrains.kotlin.serialization.EnumEntry { ... }


PARAMETER_ANNOTATION_FIELD_NUMBER

public static final int PARAMETER_ANNOTATION_FIELD_NUMBER
See Also:
Constant Field Values

parameterAnnotation

public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.ValueParameter,java.util.List<ProtoBuf.Annotation>> parameterAnnotation
extend .org.jetbrains.kotlin.serialization.ValueParameter { ... }


TYPE_ANNOTATION_FIELD_NUMBER

public static final int TYPE_ANNOTATION_FIELD_NUMBER
See Also:
Constant Field Values

typeAnnotation

public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Type,java.util.List<ProtoBuf.Annotation>> typeAnnotation
extend .org.jetbrains.kotlin.serialization.Type { ... }


TYPE_PARAMETER_ANNOTATION_FIELD_NUMBER

public static final int TYPE_PARAMETER_ANNOTATION_FIELD_NUMBER
See Also:
Constant Field Values

typeParameterAnnotation

public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.TypeParameter,java.util.List<ProtoBuf.Annotation>> typeParameterAnnotation
extend .org.jetbrains.kotlin.serialization.TypeParameter { ... }

Method Detail

registerAllExtensions

public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)