|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStateLong
Created by IntelliJ IDEA. User: julien Date: 12 juil. 2007 Time: 10:24:12
Field Summary | |
---|---|
static long |
UNKNOWN_LONG
Value for an unknown integer. |
Method Summary | |
---|---|
long |
add(long delta)
modifying a StoredInt by an increment |
long |
get()
Returns the current value. |
IEnvironment |
getEnvironment()
Retrieving the environment |
void |
set(long y)
Modifies the value and stores if needed the former value on the trailing stack. |
Field Detail |
---|
static final long UNKNOWN_LONG
Method Detail |
---|
long get()
void set(long y)
long add(long delta)
delta
-
IEnvironment getEnvironment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |