C# Class AjErl.Context

Mostrar archivo Open project: ajlopez/AjErl Class Usage Examples

Public Methods

Method Description
Context ( Context parent = null, Module module = null ) : System
GetValue ( string name ) : object
HasValue ( string name ) : bool
SetParent ( Context parent ) : void
SetValue ( string name, object value ) : void

Method Details

Context() public method

public Context ( Context parent = null, Module module = null ) : System
parent Context
module AjErl.Language.Module
return System

GetValue() public method

public GetValue ( string name ) : object
name string
return object

HasValue() public method

public HasValue ( string name ) : bool
name string
return bool

SetParent() public method

public SetParent ( Context parent ) : void
parent Context
return void

SetValue() public method

public SetValue ( string name, object value ) : void
name string
value object
return void