C# Class GettextLib.ExpressionEvaluator.ExpressionState

Mostrar archivo Open project: while-true/gettext Class Usage Examples

Public Methods

Method Description
GetVar ( string i ) : long
PrintState ( ) : string
SetVar ( string i, long val ) : void

Private Methods

Method Description
ExpressionState ( ) : System

Method Details

GetVar() public method

public GetVar ( string i ) : long
i string
return long

PrintState() public method

public PrintState ( ) : string
return string

SetVar() public method

public SetVar ( string i, long val ) : void
i string
val long
return void