| Package | Description |
|---|---|
| claw.tatsu.xcodeml.abstraction |
| Modifier and Type | Method and Description |
|---|---|
PromotionInfo.PromotionType |
PromotionInfo.getPromotionType()
Get the promotion type.
|
static PromotionInfo.PromotionType |
PromotionInfo.PromotionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PromotionInfo.PromotionType[] |
PromotionInfo.PromotionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionInfo.setPromotionType(PromotionInfo.PromotionType promotionType)
Set the promotion type value.
|