public static enum CxxInferEnhancer.InferFlavors extends Enum<CxxInferEnhancer.InferFlavors> implements FlavorConvertible
Enum Constant and Description |
---|
INFER |
INFER_ANALYZE |
INFER_CAPTURE_ALL |
INFER_CAPTURE_ONLY |
Modifier and Type | Method and Description |
---|---|
InternalFlavor |
getFlavor() |
static CxxInferEnhancer.InferFlavors |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CxxInferEnhancer.InferFlavors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CxxInferEnhancer.InferFlavors INFER
public static final CxxInferEnhancer.InferFlavors INFER_ANALYZE
public static final CxxInferEnhancer.InferFlavors INFER_CAPTURE_ALL
public static final CxxInferEnhancer.InferFlavors INFER_CAPTURE_ONLY
public static CxxInferEnhancer.InferFlavors[] values()
for (CxxInferEnhancer.InferFlavors c : CxxInferEnhancer.InferFlavors.values()) System.out.println(c);
public static CxxInferEnhancer.InferFlavors valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic InternalFlavor getFlavor()
getFlavor
in interface FlavorConvertible