C# Class clojure.lang.Var.Frame

Represents a set of Var bindings established at a particular point in the call stack.
显示文件 Open project: clojure/clojure-clr

Public Methods

Method Description
Clone ( ) : object
Frame ( Associative bindings, Frame prev ) : System

Construct a frame on the stack.

Method Details

Clone() public method

public Clone ( ) : object
return object

Frame() public method

Construct a frame on the stack.
public Frame ( Associative bindings, Frame prev ) : System
bindings Associative Bindings all the way down the stack.
prev Frame The previous frame.
return System