|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
public interface Register
The root interface in the register hierarchy.
An opcode is the first token of the instruct. Any new kind of assembly language should provide an implementation of this interface, which should provide a method toString(). It recommands that the implementation could represent all registers in the new assembly language.X86Register
and
MIPSRegister
.
方法摘要 | |
---|---|
java.lang.String |
toString()
Returns a string representation of this Register. |
方法详细信息 |
---|
java.lang.String toString()
java.lang.Object
中的 toString
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |