C# Class Jurassic.Compiler.LiteralToken

Represents a string, number, boolean or null literal in the source code.
Inheritance: Jurassic.Compiler.Token
Show file Open project: paulbartrum/jurassic

Public Properties

Property Type Description
False LiteralToken
Null LiteralToken
True LiteralToken

Public Methods

Method Description
LiteralToken ( object value ) : System.Globalization

Creates a new LiteralToken instance with the given value.

Method Details

LiteralToken() public method

Creates a new LiteralToken instance with the given value.
public LiteralToken ( object value ) : System.Globalization
value object
return System.Globalization

Property Details

False public static property

public static LiteralToken,Jurassic.Compiler False
return LiteralToken

Null public static property

public static LiteralToken,Jurassic.Compiler Null
return LiteralToken

True public static property

public static LiteralToken,Jurassic.Compiler True
return LiteralToken