C# Class SyntaxTree.Data.NameOrOp

Represents an identifier or an operator used as a name.
Afficher le fichier Open project: YourLocalFax/OLD-Score

Méthodes publiques

Méthode Description
FromName ( string image ) : NameOrOp
FromOp ( string image ) : NameOrOp
ToString ( ) : string

Private Methods

Méthode Description
NameOrOp ( string image, bool isName )

Method Details

FromName() public static méthode

public static FromName ( string image ) : NameOrOp
image string
Résultat NameOrOp

FromOp() public static méthode

public static FromOp ( string image ) : NameOrOp
image string
Résultat NameOrOp

ToString() public méthode

public ToString ( ) : string
Résultat string