C# 클래스 CoffeeScript.Compiler.Tests.Grammar.GrammarFixture

파일 보기 프로젝트 열기: abolibibelot/coffeescript-dotnet

공개 메소드들

메소드 설명
Code ( string name ) : string
GrammarFixture ( ) : System
Parse ( string name ) : ParseTree
ParseString ( string code ) : ParseTree

메소드 상세

Code() 공개 메소드

public Code ( string name ) : string
name string
리턴 string

GrammarFixture() 공개 메소드

public GrammarFixture ( ) : System
리턴 System

Parse() 공개 메소드

public Parse ( string name ) : ParseTree
name string
리턴 Irony.Parsing.ParseTree

ParseString() 공개 메소드

public ParseString ( string code ) : ParseTree
code string
리턴 Irony.Parsing.ParseTree