Package | Description |
---|---|
claw.tatsu.primitive | |
claw.tatsu.xcodeml.abstraction |
Modifier and Type | Method and Description |
---|---|
static PromotionInfo |
Function.readPromotionInfo(FfunctionType fctType,
InsertionPosition insertionPosition)
Read the promotion information stored in function type.
|
Modifier and Type | Method and Description |
---|---|
static InsertionPosition |
InsertionPosition.fromString(java.lang.String value)
Get enum value from String representation.
|
InsertionPosition |
DimensionDefinition.getInsertionPosition()
Get the insertion position value for this dimension definition.
|
static InsertionPosition |
InsertionPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InsertionPosition[] |
InsertionPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DimensionDefinition.setInsertionPosition(InsertionPosition position)
Set the insertion position value for this dimension definition.
|