C# 클래스 LeMP.InputOutput

For LeMP: an input file plus per-file options (input and output language) and output code.
파일 보기 프로젝트 열기: qwertie/ecsharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileName string
InputLang IParsingService
OutFileName string
OutOptions ILNodePrinterOptions
OutPrinter ILNodePrinter
Output VList
ParsingMode Loyc.Syntax.ParsingMode
PreserveComments bool?
Text ICharSource

공개 메소드들

메소드 설명
InputOutput ( ICharSource text, string fileName, IParsingService input = null, ILNodePrinter outPrinter = null, string outFileName = null ) : System
ToString ( ) : string

메소드 상세

InputOutput() 공개 메소드

public InputOutput ( ICharSource text, string fileName, IParsingService input = null, ILNodePrinter outPrinter = null, string outFileName = null ) : System
text ICharSource
fileName string
input IParsingService
outPrinter ILNodePrinter
outFileName string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

InputLang 공개적으로 프로퍼티

public IParsingService InputLang
리턴 IParsingService

OutFileName 공개적으로 프로퍼티

public string OutFileName
리턴 string

OutOptions 공개적으로 프로퍼티

public ILNodePrinterOptions OutOptions
리턴 ILNodePrinterOptions

OutPrinter 공개적으로 프로퍼티

public ILNodePrinter OutPrinter
리턴 ILNodePrinter

Output 공개적으로 프로퍼티

public VList Output
리턴 VList

ParsingMode 공개적으로 프로퍼티

public ParsingMode,Loyc.Syntax ParsingMode
리턴 Loyc.Syntax.ParsingMode

PreserveComments 공개적으로 프로퍼티

public bool? PreserveComments
리턴 bool?

Text 공개적으로 프로퍼티

public ICharSource Text
리턴 ICharSource