public static interface AddressingMode.IInfo
Modifier and Type | Method and Description |
---|---|
PrimitiveBuilder<AddressingMode> |
createBuilder()
Returns a builder for the addressing mode (or the group of addressing modes)
described by the current info object.
|
java.lang.String |
getName()
Returns the name of the mode or the name of the OR rule used for grouping addressing modes.
|
Type |
getType()
Returns the type of data accessed via the addressing mode.
|
boolean |
isSupported(AddressingMode mode)
Checks if the current addressing mode (or group of addressing modes) implements (or contains)
the specified addressing mode.
|
java.lang.String getName()
Type getType()
PrimitiveBuilder<AddressingMode> createBuilder()
boolean isSupported(AddressingMode mode)
mode
- An addressing mode object.