|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasFields
Abstract definition of type having fields.
Method Summary | |
---|---|
java.lang.Object |
get(AbstractStackFrame frame,
java.lang.Object name)
Gets a value. |
void |
set(AbstractStackFrame frame,
java.lang.Object name,
java.lang.Object value)
Sets a value to the object. |
void |
unset(AbstractStackFrame frame,
java.lang.Object name)
Unsets a value to the object. |
Method Detail |
---|
void set(AbstractStackFrame frame, java.lang.Object name, java.lang.Object value)
frame
- the frame contextname
- the value namevalue
- the valuevoid unset(AbstractStackFrame frame, java.lang.Object name)
frame
- the frame contextname
- the value namejava.lang.Object get(AbstractStackFrame frame, java.lang.Object name)
frame
- the frame contextname
- the value name
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |