|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | ||||||||
public interface Director
The root interface in the director hierarchy.
A director is the first token in the directive, which always begin with a dot. Any new kind of assembly language should give an implementation of this interface, which should provide a method toString(). And it recommends that the implementation could represent all directors in the new assembly language.X86Director and
MIPSDirector.
| 方法摘要 | |
|---|---|
java.lang.String |
toString()
Gets a string representation of the director. |
| 方法详细信息 |
|---|
java.lang.String toString()
java.lang.Object 中的 toString
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | ||||||||