2005/5/9

     
 

class StackFrameLocal

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::lang::StackFrameLocal Class Reference

#include <StackFrame.h>

Inheritance diagram for acdk::lang::StackFrameLocal:

acdk::io::Serializable List of all members.

Detailed Description

represents a local variable in a StackFrame


Public Member Functions

virtual RString getName ()=0
 return the name of the local veriable

virtual RObject getObjectValue ()=0
 return the value of the local variable as Object.

virtual acdk::lang::dmi::RDmiObject getVariable ()=0
 return the variable


Member Function Documentation

virtual RString acdk::lang::StackFrameLocal::getName  )  [pure virtual]
 

return the name of the local veriable

virtual RObject acdk::lang::StackFrameLocal::getObjectValue  )  [pure virtual]
 

return the value of the local variable as Object.

Basic types are wrapped.

virtual acdk::lang::dmi::RDmiObject acdk::lang::StackFrameLocal::getVariable  )  [pure virtual]
 

return the variable