Inheritance: NumericExp
コード例 #1
0
    public void ToIntExp(ToIntExp e)
    {
	e.Value.Visit(this);
	il.Emit(OpCodes.Call, ((typeof(LispRuntime)).GetMethod("ToInt")));
    }
コード例 #2
0
ファイル: typecheck.cs プロジェクト: ArildF/masters
    //These will be generated Internally. Typechecking not required.
    public void ToIntExp(ToIntExp e)
	{
	}