C# 클래스 Irony.Compiler.SourceFile

상속: ISourceStream
파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils 1 사용 예제들

공개 메소드들

메소드 설명
MatchSymbol ( string symbol, bool ignoreCase ) : bool
SourceFile ( string text, string fileName ) : System
SourceFile ( string text, string fileName, int tabWidth ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
EOF ( ) : bool
GetLexeme ( ) : string

메소드 상세

MatchSymbol() 공개 메소드

public MatchSymbol ( string symbol, bool ignoreCase ) : bool
symbol string
ignoreCase bool
리턴 bool

SourceFile() 공개 메소드

public SourceFile ( string text, string fileName ) : System
text string
fileName string
리턴 System

SourceFile() 공개 메소드

public SourceFile ( string text, string fileName, int tabWidth ) : System
text string
fileName string
tabWidth int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string