C# 클래스 AK.ValidityChecker

파일 보기 프로젝트 열기: akuukka/ExpressionSolver 1 사용 예제들

공개 메소드들

메소드 설명
CheckNamesAndConstants ( string s ) : string
CheckValidity ( string expression ) : void
IsValidNameOrConstant ( string s ) : bool

비공개 메소드들

메소드 설명
CanBeBeginOfRValue ( char c ) : bool
CanPrecede ( char l, char r ) : bool
ThrowSyntaxErrorAt ( string expression, int index ) : void

메소드 상세

CheckNamesAndConstants() 공개 정적인 메소드

public static CheckNamesAndConstants ( string s ) : string
s string
리턴 string

CheckValidity() 공개 정적인 메소드

public static CheckValidity ( string expression ) : void
expression string
리턴 void

IsValidNameOrConstant() 공개 정적인 메소드

public static IsValidNameOrConstant ( string s ) : bool
s string
리턴 bool