C# Class bigloo.symbol.bucket

Show file Open project: mbrock/bigloo-llvm

Public Properties

Property Type Description
marked bool
next bucket
symb symbol

Public Methods

Method Description
bucket ( symbol symb, bucket next ) : System

Method Details

bucket() public method

public bucket ( symbol symb, bucket next ) : System
symb symbol
next bucket
return System

Property Details

marked public property

public bool marked
return bool

next public property

public bucket next
return bucket

symb public property

public symbol,bigloo symb
return symbol