C# 클래스 xFunc.Maths.Tokens.SymbolToken

Represents a symbol token.
상속: IToken
파일 보기 프로젝트 열기: sys27/xFunc 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified object is equal to the current object.

GetHashCode ( ) : int

Returns a hash code for this instance.

SymbolToken ( Symbols symbol ) : System

Initializes the SymbolToken class.

ToString ( ) : string

Returns a string that represents the current object.

비공개 메소드들

메소드 설명
GetPriority ( ) : int

메소드 상세

Equals() 공개 메소드

Determines whether the specified object is equal to the current object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
리턴 bool

GetHashCode() 공개 메소드

Returns a hash code for this instance.
public GetHashCode ( ) : int
리턴 int

SymbolToken() 공개 메소드

Initializes the SymbolToken class.
public SymbolToken ( Symbols symbol ) : System
symbol Symbols A symbol.
리턴 System

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string