C# 클래스 SyntaxTree.Data.NameOrOp

Represents an identifier or an operator used as a name.
파일 보기 프로젝트 열기: YourLocalFax/OLD-Score

공개 메소드들

메소드 설명
FromName ( string image ) : NameOrOp
FromOp ( string image ) : NameOrOp
ToString ( ) : string

비공개 메소드들

메소드 설명
NameOrOp ( string image, bool isName )

메소드 상세

FromName() 공개 정적인 메소드

public static FromName ( string image ) : NameOrOp
image string
리턴 NameOrOp

FromOp() 공개 정적인 메소드

public static FromOp ( string image ) : NameOrOp
image string
리턴 NameOrOp

ToString() 공개 메소드

public ToString ( ) : string
리턴 string