C# Class Bike.Ast.PrimitiveLiteral

Show file Open project: buunguyen/bike

Public Properties

Property Type Description
Type TokenType
Value string

Public Methods

Method Description
Accept ( IWalker walker ) : object

Method Details

Accept() public method

public Accept ( IWalker walker ) : object
walker IWalker
return object

Property Details

Type public property

public TokenType Type
return TokenType

Value public property

public string Value
return string