C# Class Boo.Lang.Compiler.Ast.BoolLiteralExpression

Datei anzeigen Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
BoolLiteralExpression ( ) : System
BoolLiteralExpression ( LexicalInfo lexicalInfoProvider ) : System
BoolLiteralExpression ( LexicalInfo token, bool value ) : System
BoolLiteralExpression ( bool value ) : System

Method Details

BoolLiteralExpression() public method

public BoolLiteralExpression ( ) : System
return System

BoolLiteralExpression() public method

public BoolLiteralExpression ( LexicalInfo lexicalInfoProvider ) : System
lexicalInfoProvider LexicalInfo
return System

BoolLiteralExpression() public method

public BoolLiteralExpression ( LexicalInfo token, bool value ) : System
token LexicalInfo
value bool
return System

BoolLiteralExpression() public method

public BoolLiteralExpression ( bool value ) : System
value bool
return System