C# Class bigloo.symbol

Inheritance: obj
显示文件 Open project: mbrock/bigloo-llvm Class Usage Examples

Public Properties

Property Type Description
cval Object
pname byte[]

Public Methods

Method Description
exists ( byte name ) : bool
make_symbol ( byte name ) : symbol
symbol ( Object cval, byte pname ) : System
write ( output_port p ) : void

Method Details

exists() public static method

public static exists ( byte name ) : bool
name byte
return bool

make_symbol() public static method

public static make_symbol ( byte name ) : symbol
name byte
return symbol

symbol() public method

public symbol ( Object cval, byte pname ) : System
cval Object
pname byte
return System

write() public method

public write ( output_port p ) : void
p output_port
return void

Property Details

cval public_oe property

public Object cval
return Object

pname public_oe property

public byte[] pname
return byte[]