org.jetbrains.kotlin.serialization.builtins
Class BuiltInsProtoBuf

java.lang.Object
  extended by org.jetbrains.kotlin.serialization.builtins.BuiltInsProtoBuf

public final class BuiltInsProtoBuf
extends java.lang.Object


Field Summary
static int CALLABLE_ANNOTATION_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Callable,java.util.List<ProtoBuf.Annotation>> callableAnnotation
          extend .org.jetbrains.kotlin.serialization.Callable { ...
static int CLASS_ANNOTATION_FIELD_NUMBER
           
static int CLASS_NAME_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Class,java.util.List<ProtoBuf.Annotation>> classAnnotation
          extend .org.jetbrains.kotlin.serialization.Class { ...
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Package,java.util.List<java.lang.Integer>> className
          extend .org.jetbrains.kotlin.serialization.Package { ...
static int COMPILE_TIME_VALUE_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Callable,ProtoBuf.Annotation.Argument.Value> compileTimeValue
          extend .org.jetbrains.kotlin.serialization.Callable { ...
static int PARAMETER_ANNOTATION_FIELD_NUMBER
           
static com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Callable.ValueParameter,java.util.List<ProtoBuf.Annotation>> parameterAnnotation
          extend .org.jetbrains.kotlin.serialization.Callable.ValueParameter { ...
 
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_NAME_FIELD_NUMBER

public static final int CLASS_NAME_FIELD_NUMBER
See Also:
Constant Field Values

className

public static final com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ProtoBuf.Package,java.util.List<java.lang.Integer>> className
extend .org.jetbrains.kotlin.serialization.Package { ... }


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 { ... }


CALLABLE_ANNOTATION_FIELD_NUMBER

public static final int CALLABLE_ANNOTATION_FIELD_NUMBER
See Also:
Constant Field Values

callableAnnotation

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


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.Callable,ProtoBuf.Annotation.Argument.Value> compileTimeValue
extend .org.jetbrains.kotlin.serialization.Callable { ... }


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.Callable.ValueParameter,java.util.List<ProtoBuf.Annotation>> parameterAnnotation
extend .org.jetbrains.kotlin.serialization.Callable.ValueParameter { ... }

Method Detail

registerAllExtensions

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