public static enum Cpg.DispatchTypes extends java.lang.Enum<Cpg.DispatchTypes> implements com.google.protobuf.ProtocolMessageEnum
cpg.DispatchTypes| Enum Constant and Description |
|---|
DYNAMIC_DISPATCH
For dynamically dispatched calls the target is determined during runtime
|
STATIC_DISPATCH
For statically dispatched calls the call target is known before program execution
|
UNKNOWN_DISPATCH_TYPE
UNKNOWN_DISPATCH_TYPE = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DYNAMIC_DISPATCH_VALUE
For dynamically dispatched calls the target is determined during runtime
|
static int |
STATIC_DISPATCH_VALUE
For statically dispatched calls the call target is known before program execution
|
static int |
UNKNOWN_DISPATCH_TYPE_VALUE
UNKNOWN_DISPATCH_TYPE = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Cpg.DispatchTypes |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Cpg.DispatchTypes> |
internalGetValueMap() |
static Cpg.DispatchTypes |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cpg.DispatchTypes |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cpg.DispatchTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cpg.DispatchTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cpg.DispatchTypes UNKNOWN_DISPATCH_TYPE
UNKNOWN_DISPATCH_TYPE = 0;public static final Cpg.DispatchTypes STATIC_DISPATCH
For statically dispatched calls the call target is known before program execution
STATIC_DISPATCH = 1;public static final Cpg.DispatchTypes DYNAMIC_DISPATCH
For dynamically dispatched calls the target is determined during runtime
DYNAMIC_DISPATCH = 2;public static final Cpg.DispatchTypes UNRECOGNIZED
public static final int UNKNOWN_DISPATCH_TYPE_VALUE
UNKNOWN_DISPATCH_TYPE = 0;public static final int STATIC_DISPATCH_VALUE
For statically dispatched calls the call target is known before program execution
STATIC_DISPATCH = 1;public static final int DYNAMIC_DISPATCH_VALUE
For dynamically dispatched calls the target is determined during runtime
DYNAMIC_DISPATCH = 2;public static Cpg.DispatchTypes[] values()
for (Cpg.DispatchTypes c : Cpg.DispatchTypes.values()) System.out.println(c);
public static Cpg.DispatchTypes 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 namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Cpg.DispatchTypes valueOf(int value)
forNumber(int) instead.public static Cpg.DispatchTypes forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Cpg.DispatchTypes> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Cpg.DispatchTypes valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)