C# Class bigloo.symbol.bucket

Datei anzeigen 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_oe property

public bool marked
return bool

next public_oe property

public bucket next
return bucket

symb public_oe property

public symbol,bigloo symb
return symbol