C# Class Schemin.AST.ScheminChar

Inheritance: IScheminType
ファイルを表示 Open project: imphasing/schemin Class Usage Examples

Public Properties

Property Type Description
EOF bool
Value char

Public Methods

Method Description
BoolValue ( ) : ScheminBool
Equal ( IScheminType type ) : bool
Equivalent ( IScheminType type ) : bool
ScheminChar ( int value ) : System
ScheminChar ( string value ) : System
ToString ( ) : string

Private Methods

Method Description
MapNamedLiteral ( string named ) : char
MapNamedValue ( char value ) : string

Method Details

BoolValue() public method

public BoolValue ( ) : ScheminBool
return ScheminBool

Equal() public method

public Equal ( IScheminType type ) : bool
type IScheminType
return bool

Equivalent() public method

public Equivalent ( IScheminType type ) : bool
type IScheminType
return bool

ScheminChar() public method

public ScheminChar ( int value ) : System
value int
return System

ScheminChar() public method

public ScheminChar ( string value ) : System
value string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

EOF public_oe property

public bool EOF
return bool

Value public_oe property

public char Value
return char