C# Class MyC.Io

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
gendebug bool
gendll bool
genexe bool
genlist bool
genpath string

Méthodes publiques

Méthode 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

Méthode Description
ParseArgs ( ) : void

Method Details

Abort() public méthode

public Abort ( string s ) : void
s string
Résultat void

EOF() public méthode

public EOF ( ) : bool
Résultat bool

Finish() public méthode

public Finish ( ) : void
Résultat void

GetClassname() public static méthode

public static GetClassname ( ) : string
Résultat string

GetInputFilename() public méthode

public GetInputFilename ( ) : String
Résultat String

GetOutputFilename() public static méthode

public static GetOutputFilename ( ) : string
Résultat string

ICE() public static méthode

public static ICE ( string s ) : void
s string
Résultat void

Io() public méthode

public Io ( String a ) : System
a String
Résultat System

Out() public méthode

public Out ( String s ) : void
s String
Résultat void

ReadChar() public méthode

public ReadChar ( ) : void
Résultat void

commentBegin() public méthode

public commentBegin ( String s ) : void
s String
Résultat void

commentEndPreTok() public méthode

public commentEndPreTok ( String s ) : String
s String
Résultat String

commentEndTok() public méthode

public commentEndTok ( String s ) : String
s String
Résultat String

commentGetCurrentLine() public méthode

public commentGetCurrentLine ( ) : int
Résultat int

getNextChar() public méthode

public getNextChar ( ) : char
Résultat char

Property Details

gendebug public_oe static_oe property

public static bool gendebug
Résultat bool

gendll public_oe static_oe property

public static bool gendll
Résultat bool

genexe public_oe static_oe property

public static bool genexe
Résultat bool

genlist public_oe static_oe property

public static bool genlist
Résultat bool

genpath public_oe static_oe property

public static string genpath
Résultat string