public static enum Cpg.EvaluationStrategies extends java.lang.Enum<Cpg.EvaluationStrategies> implements com.google.protobuf.ProtocolMessageEnum
cpg.EvaluationStrategies| Enum Constant and Description |
|---|
BY_REFERENCE
A parameter or return of a function is passed by reference which means an address is used behind the scenes
|
BY_SHARING
Only applicable to object parameter or return values.
|
BY_VALUE
A parameter or return of a function passed by value which means a flat copy is used
|
UNKNOWN_EVALUATION_STRATEGY
UNKNOWN_EVALUATION_STRATEGY = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BY_REFERENCE_VALUE
A parameter or return of a function is passed by reference which means an address is used behind the scenes
|
static int |
BY_SHARING_VALUE
Only applicable to object parameter or return values.
|
static int |
BY_VALUE_VALUE
A parameter or return of a function passed by value which means a flat copy is used
|
static int |
UNKNOWN_EVALUATION_STRATEGY_VALUE
UNKNOWN_EVALUATION_STRATEGY = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Cpg.EvaluationStrategies |
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.EvaluationStrategies> |
internalGetValueMap() |
static Cpg.EvaluationStrategies |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cpg.EvaluationStrategies |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cpg.EvaluationStrategies |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cpg.EvaluationStrategies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cpg.EvaluationStrategies UNKNOWN_EVALUATION_STRATEGY
UNKNOWN_EVALUATION_STRATEGY = 0;public static final Cpg.EvaluationStrategies BY_REFERENCE
A parameter or return of a function is passed by reference which means an address is used behind the scenes
BY_REFERENCE = 1;public static final Cpg.EvaluationStrategies BY_SHARING
Only applicable to object parameter or return values. The pointer to the object is passed by value but the object itself is not copied and changes to it are thus propagated out of the method context
BY_SHARING = 2;public static final Cpg.EvaluationStrategies BY_VALUE
A parameter or return of a function passed by value which means a flat copy is used
BY_VALUE = 3;public static final Cpg.EvaluationStrategies UNRECOGNIZED
public static final int UNKNOWN_EVALUATION_STRATEGY_VALUE
UNKNOWN_EVALUATION_STRATEGY = 0;public static final int BY_REFERENCE_VALUE
A parameter or return of a function is passed by reference which means an address is used behind the scenes
BY_REFERENCE = 1;public static final int BY_SHARING_VALUE
Only applicable to object parameter or return values. The pointer to the object is passed by value but the object itself is not copied and changes to it are thus propagated out of the method context
BY_SHARING = 2;public static final int BY_VALUE_VALUE
A parameter or return of a function passed by value which means a flat copy is used
BY_VALUE = 3;public static Cpg.EvaluationStrategies[] values()
for (Cpg.EvaluationStrategies c : Cpg.EvaluationStrategies.values()) System.out.println(c);
public static Cpg.EvaluationStrategies 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.EvaluationStrategies valueOf(int value)
forNumber(int) instead.public static Cpg.EvaluationStrategies forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Cpg.EvaluationStrategies> 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.EvaluationStrategies valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)