|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ProtoBuf.Callable.MemberKind>
org.jetbrains.kotlin.serialization.ProtoBuf.Callable.MemberKind
public static enum ProtoBuf.Callable.MemberKind
Protobuf enum org.jetbrains.kotlin.serialization.Callable.MemberKind
| Enum Constant Summary | |
|---|---|
DECLARATION
DECLARATION = 0; |
|
DELEGATION
DELEGATION = 2; |
|
FAKE_OVERRIDE
FAKE_OVERRIDE = 1; |
|
SYNTHESIZED
SYNTHESIZED = 3; |
|
| Field Summary | |
|---|---|
static int |
DECLARATION_VALUE
DECLARATION = 0; |
static int |
DELEGATION_VALUE
DELEGATION = 2; |
static int |
FAKE_OVERRIDE_VALUE
FAKE_OVERRIDE = 1; |
static int |
SYNTHESIZED_VALUE
SYNTHESIZED = 3; |
| Method Summary | |
|---|---|
int |
getNumber()
|
static com.google.protobuf.Internal.EnumLiteMap<ProtoBuf.Callable.MemberKind> |
internalGetValueMap()
|
static ProtoBuf.Callable.MemberKind |
valueOf(int value)
|
static ProtoBuf.Callable.MemberKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProtoBuf.Callable.MemberKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ProtoBuf.Callable.MemberKind DECLARATION
DECLARATION = 0;
2 bits
public static final ProtoBuf.Callable.MemberKind FAKE_OVERRIDE
FAKE_OVERRIDE = 1;
public static final ProtoBuf.Callable.MemberKind DELEGATION
DELEGATION = 2;
public static final ProtoBuf.Callable.MemberKind SYNTHESIZED
SYNTHESIZED = 3;
| Field Detail |
|---|
public static final int DECLARATION_VALUE
DECLARATION = 0;
2 bits
public static final int FAKE_OVERRIDE_VALUE
FAKE_OVERRIDE = 1;
public static final int DELEGATION_VALUE
DELEGATION = 2;
public static final int SYNTHESIZED_VALUE
SYNTHESIZED = 3;
| Method Detail |
|---|
public static ProtoBuf.Callable.MemberKind[] values()
for (ProtoBuf.Callable.MemberKind c : ProtoBuf.Callable.MemberKind.values()) System.out.println(c);
public static ProtoBuf.Callable.MemberKind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitepublic static ProtoBuf.Callable.MemberKind valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ProtoBuf.Callable.MemberKind> internalGetValueMap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||