|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.kenai.jnr.x86asm.Operand
com.kenai.jnr.x86asm.BaseReg
public abstract class BaseReg
| Field Summary | |
|---|---|
int |
code
|
| Constructor Summary | |
|---|---|
BaseReg(int code,
int size)
|
|
| Method Summary | |
|---|---|
int |
code()
|
int |
index()
|
int |
type()
|
| Methods inherited from class com.kenai.jnr.x86asm.Operand |
|---|
isImm, isLabel, isMem, isNone, isReg, isRegCode, isRegIndex, isRegMem, isRegMem, isRegType, op, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int code
| Constructor Detail |
|---|
public BaseReg(int code,
int size)
| Method Detail |
|---|
public final int type()
public final int code()
public final int index()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||