C# 클래스 Gurpenator.FormulaParser

파일 보기 프로젝트 열기: thejoshwolfe/Gurpenator

공개 메소드들

메소드 설명
FormulaParser ( ParsedThing parsedThing ) : System
parseFormula ( string text, ParsedThing parsedThing ) : Formula

비공개 메소드들

메소드 설명
FormulaParser ( ) : System
findMatchedGroupName ( Regex regex, Match match ) : string
parse ( string text ) : Formula
tokenize ( string text ) : IEnumerable

메소드 상세

FormulaParser() 공개 메소드

public FormulaParser ( ParsedThing parsedThing ) : System
parsedThing ParsedThing
리턴 System

parseFormula() 공개 정적인 메소드

public static parseFormula ( string text, ParsedThing parsedThing ) : Formula
text string
parsedThing ParsedThing
리턴 Formula