C# Class Jurassic.Compiler.FieldBinder

Base class of field getter and setter binders.
Inheritance: Binder
显示文件 Open project: paulbartrum/jurassic

Protected Properties

Property Type Description
field System.Reflection.FieldInfo

Protected Methods

Method Description
FieldBinder ( FieldInfo field ) : System

Creates a new FieldGetterBinder instance.

Method Details

FieldBinder() protected method

Creates a new FieldGetterBinder instance.
protected FieldBinder ( FieldInfo field ) : System
field System.Reflection.FieldInfo The field.
return System

Property Details

field protected_oe property

protected FieldInfo,System.Reflection field
return System.Reflection.FieldInfo