|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectedu.ustc.cs.compile.arch.x86.X86Integer
public class X86Integer
Representation of X86 immediate number.
字段摘要 | |
---|---|
(专用软件包) int |
integer
|
构造函数摘要 | |
---|---|
X86Integer(int num)
Default constructor. |
方法摘要 | |
---|---|
int |
getNumber()
returns the intValue of this X86 Integer. |
void |
setNumber(int num)
Resets the immediate number's int value. |
java.lang.String |
toString()
returns "$"+intValue. |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
int integer
构造函数详细信息 |
---|
public X86Integer(int num)
方法详细信息 |
---|
public java.lang.String toString()
java.lang.Object
中的 toString
public void setNumber(int num)
public int getNumber()
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |