C# Class bigloo.keyword.keybucket

Show file Open project: mbrock/bigloo-llvm

Public Properties

Property Type Description
marked bool
next keybucket
symb keyword

Public Methods

Method Description
keybucket ( keyword symb, keybucket next ) : System

Method Details

keybucket() public method

public keybucket ( keyword symb, keybucket next ) : System
symb keyword
next keybucket
return System

Property Details

marked public property

public bool marked
return bool

next public property

public keybucket next
return keybucket

symb public property

public keyword,bigloo symb
return keyword