C# Class bigloo.keyword.keybucket

显示文件 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_oe property

public bool marked
return bool

next public_oe property

public keybucket next
return keybucket

symb public_oe property

public keyword,bigloo symb
return keyword