Property | Type | Description | |
---|---|---|---|
CurrentStack | List | ||
RegexObjects | List |
Method | Description | |
---|---|---|
GenerateOutput ( ) : void | ||
NumericOperation ( Func |
||
NumericOperation ( object>.Func |
||
Pop ( ) : object | ||
ScliptingEnv ( Program program, string input ) : System | ||
UpdateWatch ( ) : void |
Method | Description | |
---|---|---|
GetProgram ( ) : IEnumerable |
Method | Description | |
---|---|---|
describe ( object item ) : string | ||
describe ( object item, int index ) : string |
public NumericOperation ( Func |
||
intInt | Func |
|
doubleDouble | Func |
|
return | void |
public NumericOperation ( object>.Func |
||
fromInt | object>.Func | |
fromDouble | object>.Func | |
return | void |
public ScliptingEnv ( Program program, string input ) : System | ||
program | Program | |
input | string | |
return | System |