C# Class MyC.Io

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
gendebug bool
gendll bool
genexe bool
genlist bool
genpath string

Public Methods

Method Description
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

Private Methods

Method Description
ParseArgs ( ) : void

Method Details

Abort() public method

public Abort ( string s ) : void
s string
return void

EOF() public method

public EOF ( ) : bool
return bool

Finish() public method

public Finish ( ) : void
return void

GetClassname() public static method

public static GetClassname ( ) : string
return string

GetInputFilename() public method

public GetInputFilename ( ) : String
return String

GetOutputFilename() public static method

public static GetOutputFilename ( ) : string
return string

ICE() public static method

public static ICE ( string s ) : void
s string
return void

Io() public method

public Io ( String a ) : System
a String
return System

Out() public method

public Out ( String s ) : void
s String
return void

ReadChar() public method

public ReadChar ( ) : void
return void

commentBegin() public method

public commentBegin ( String s ) : void
s String
return void

commentEndPreTok() public method

public commentEndPreTok ( String s ) : String
s String
return String

commentEndTok() public method

public commentEndTok ( String s ) : String
s String
return String

commentGetCurrentLine() public method

public commentGetCurrentLine ( ) : int
return int

getNextChar() public method

public getNextChar ( ) : char
return char

Property Details

gendebug public_oe static_oe property

public static bool gendebug
return bool

gendll public_oe static_oe property

public static bool gendll
return bool

genexe public_oe static_oe property

public static bool genexe
return bool

genlist public_oe static_oe property

public static bool genlist
return bool

genpath public_oe static_oe property

public static string genpath
return string