|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
public interface Opcode
The root interface in the opcode 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 opcodes in the new assembly language.X86Opcode
and
MIPSOpcode
.
方法摘要 | |
---|---|
java.lang.String |
toString()
Returns a string representation of this opcode. |
方法详细信息 |
---|
java.lang.String toString()
java.lang.Object
中的 toString
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |