public static interface AddressingMode.IInfo
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AddressingModeBuilder> |
createBuilders()
Returns a table of builder for the addressing mode (or the group of addressing modes)
described by the current info object.
|
java.util.Collection<MetaAddressingMode> |
getMetaData()
Returns a collection of meta data objects describing the addressing mode (or the group of
addressing modes) the info object refers to.
|
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()
java.util.Map<java.lang.String,AddressingModeBuilder> createBuilders()
java.util.Collection<MetaAddressingMode> getMetaData()
boolean isSupported(AddressingMode mode)
mode
- An addressing mode object.