C# 클래스 IronRuby.Compiler.HeredocTokenizer

상속: StringTokenizer
파일 보기 프로젝트 열기: ExpertsInside/IronSP 1 사용 예제들

공개 메소드들

메소드 설명
HeredocTokenizer ( StringType properties, string label, int resumePosition, char resumeLine, int resumeLineLength, int firstLine, int firstLineIndex ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
Tokenize ( IronRuby.Compiler.Tokenizer tokenizer ) : Tokens

메소드 상세

HeredocTokenizer() 공개 메소드

public HeredocTokenizer ( StringType properties, string label, int resumePosition, char resumeLine, int resumeLineLength, int firstLine, int firstLineIndex ) : System
properties StringType
label string
resumePosition int
resumeLine char
resumeLineLength int
firstLine int
firstLineIndex int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string