oscript.data
Interface Debugger.MemberAccessor

Enclosing interface:
Debugger

public static interface Debugger.MemberAccessor

An object implementing this interface is implemented to provide access to members of some object.


Method Summary
 int getAttr()
          Return a bitmask of the member's attributes.
 Value getValue()
          Get the actual value of the member.
 

Method Detail

getAttr

public int getAttr()
Return a bitmask of the member's attributes.

Returns:
a bitmask
See Also:
Reference.ATTR_CONST, Reference.ATTR_PUBLIC

getValue

public Value getValue()
Get the actual value of the member. If the member is not const, this should actually be a reference to the member, so that the member's value itself can be modified.

Returns:
the actual member