C# Class SyntaxTree.Data.NameOrOp

Represents an identifier or an operator used as a name.
Mostrar archivo Open project: YourLocalFax/OLD-Score

Public Methods

Method Description
FromName ( string image ) : NameOrOp
FromOp ( string image ) : NameOrOp
ToString ( ) : string

Private Methods

Method Description
NameOrOp ( string image, bool isName )

Method Details

FromName() public static method

public static FromName ( string image ) : NameOrOp
image string
return NameOrOp

FromOp() public static method

public static FromOp ( string image ) : NameOrOp
image string
return NameOrOp

ToString() public method

public ToString ( ) : string
return string