|
|||||||||
Home >> All >> [ Memory overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
Memory
Class CodeAddress

java.lang.ObjectMemory.Address
Memory.CodeAddress
- public class CodeAddress
- extends Address
- Version:
- $Id: CodeAddress.java,v 1.4 2003/03/05 08:35:33 joewhaley Exp $
Nested Class Summary | |
static class |
CodeAddress.CodeAddressFactory
|
Field Summary | |
static Clazz.jq_Class |
_class
|
static Clazz.jq_StaticField |
_FACTORY
|
static CodeAddress.CodeAddressFactory |
FACTORY
|
Constructor Summary | |
CodeAddress()
|
Method Summary | |
Address |
align(int shift)
|
int |
difference(Address v)
|
static CodeAddress |
getNull()
|
boolean |
isNull()
|
Address |
offset(int offset)
|
Address |
peek()
|
byte |
peek1()
|
short |
peek2()
|
int |
peek4()
|
long |
peek8()
|
void |
poke(Address v)
|
void |
poke1(byte v)
|
void |
poke2(short v)
|
void |
poke4(int v)
|
void |
poke8(long v)
|
static int |
size()
|
java.lang.String |
stringRep()
|
int |
to32BitValue()
|
Methods inherited from class Memory.Address |
align, clone, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
FACTORY
public static CodeAddress.CodeAddressFactory FACTORY
_class
public static final Clazz.jq_Class _class
_FACTORY
public static final Clazz.jq_StaticField _FACTORY
Constructor Detail |
CodeAddress
public CodeAddress()
Method Detail |
size
public static final int size()
getNull
public static final CodeAddress getNull()
peek
public Address peek()
peek1
public byte peek1()
peek2
public short peek2()
peek4
public int peek4()
peek8
public long peek8()
poke
public void poke(Address v)
poke1
public void poke1(byte v)
poke2
public void poke2(short v)
poke4
public void poke4(int v)
poke8
public void poke8(long v)
offset
public Address offset(int offset)
align
public Address align(int shift)
difference
public int difference(Address v)
- Specified by:
difference
in classAddress
isNull
public boolean isNull()
to32BitValue
public int to32BitValue()
- Specified by:
to32BitValue
in classAddress
stringRep
public java.lang.String stringRep()
|
|||||||||
Home >> All >> [ Memory overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |