C# Class MonoDevelop.Debugger.Gdb.D.ObjectCacheNode

Mostrar archivo Open project: llucenic/MonoDevelop.Debugger.Gdb.D Class Usage Examples

Public Properties

Property Type Description
Name string
NodeType D_Parser.Resolver.AbstractType
addressExpression string

Public Methods

Method Description
Clear ( ) : void
ObjectCacheNode ( string n, D_Parser.Resolver.AbstractType t, string exp ) : System
Set ( ObjectCacheNode ch ) : void
this ( Mono.Debugging.Client.ObjectPath path ) : ObjectCacheNode
this ( string n ) : ObjectCacheNode

Protected Methods

Method Description
ObjectCacheNode ( ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

ObjectCacheNode() protected method

protected ObjectCacheNode ( ) : System
return System

ObjectCacheNode() public method

public ObjectCacheNode ( string n, D_Parser.Resolver.AbstractType t, string exp ) : System
n string
t D_Parser.Resolver.AbstractType
exp string
return System

Set() public method

public Set ( ObjectCacheNode ch ) : void
ch ObjectCacheNode
return void

this() public method

public this ( Mono.Debugging.Client.ObjectPath path ) : ObjectCacheNode
path Mono.Debugging.Client.ObjectPath
return ObjectCacheNode

this() public method

public this ( string n ) : ObjectCacheNode
n string
return ObjectCacheNode

Property Details

Name public_oe property

public string Name
return string

NodeType public_oe property

public AbstractType,D_Parser.Resolver NodeType
return D_Parser.Resolver.AbstractType

addressExpression public_oe property

public string addressExpression
return string