C# 클래스 MyC.Io

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
gendebug bool
gendll bool
genexe bool
genlist bool
genpath string

공개 메소드들

메소드 설명
Abort ( string s ) : void
EOF ( ) : bool
Finish ( ) : void
GetClassname ( ) : string
GetInputFilename ( ) : String
GetOutputFilename ( ) : string
ICE ( string s ) : void
Io ( String a ) : System
Out ( String s ) : void
ReadChar ( ) : void
commentBegin ( String s ) : void
commentEndPreTok ( String s ) : String
commentEndTok ( String s ) : String
commentGetCurrentLine ( ) : int
getNextChar ( ) : char

비공개 메소드들

메소드 설명
ParseArgs ( ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( string s ) : void
s string
리턴 void

EOF() 공개 메소드

public EOF ( ) : bool
리턴 bool

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

GetClassname() 공개 정적인 메소드

public static GetClassname ( ) : string
리턴 string

GetInputFilename() 공개 메소드

public GetInputFilename ( ) : String
리턴 String

GetOutputFilename() 공개 정적인 메소드

public static GetOutputFilename ( ) : string
리턴 string

ICE() 공개 정적인 메소드

public static ICE ( string s ) : void
s string
리턴 void

Io() 공개 메소드

public Io ( String a ) : System
a String
리턴 System

Out() 공개 메소드

public Out ( String s ) : void
s String
리턴 void

ReadChar() 공개 메소드

public ReadChar ( ) : void
리턴 void

commentBegin() 공개 메소드

public commentBegin ( String s ) : void
s String
리턴 void

commentEndPreTok() 공개 메소드

public commentEndPreTok ( String s ) : String
s String
리턴 String

commentEndTok() 공개 메소드

public commentEndTok ( String s ) : String
s String
리턴 String

commentGetCurrentLine() 공개 메소드

public commentGetCurrentLine ( ) : int
리턴 int

getNextChar() 공개 메소드

public getNextChar ( ) : char
리턴 char

프로퍼티 상세

gendebug 공개적으로 정적으로 프로퍼티

public static bool gendebug
리턴 bool

gendll 공개적으로 정적으로 프로퍼티

public static bool gendll
리턴 bool

genexe 공개적으로 정적으로 프로퍼티

public static bool genexe
리턴 bool

genlist 공개적으로 정적으로 프로퍼티

public static bool genlist
리턴 bool

genpath 공개적으로 정적으로 프로퍼티

public static string genpath
리턴 string