C# Class Tools.GenBase

Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
LastSymbol int
erh ErrorHandler
m_outFile System.IO.TextWriter
m_outname string
m_prod Production

Protected Properties

Свойство Type Description
m_scriptEncoding System.Text.Encoding
toupper bool

Méthodes publiques

Méthode Description
EmitClassDefin ( string b, int &p, int max, CsReader inf, string defbas, string &bas, string &name, bool lx ) : int
Error ( int n, int p, string str ) : void
NonWhite ( string buf, int &offset, int max ) : bool
Saypos ( int pos ) : string
White ( string buf, int &offset, int max ) : bool
line ( int pos ) : int
position ( int pos ) : int
sourceLineInfo ( int pos ) : SourceLineInfo

Méthodes protégées

Méthode Description
Braces ( int a, string b, int &p, int max ) : int
GenBase ( ErrorHandler eh ) : System
ToBraceIfFound ( string &buf, int &p, int &max, CsReader inf ) : string

Method Details

Braces() protected méthode

protected Braces ( int a, string b, int &p, int max ) : int
a int
b string
p int
max int
Résultat int

EmitClassDefin() public méthode

public EmitClassDefin ( string b, int &p, int max, CsReader inf, string defbas, string &bas, string &name, bool lx ) : int
b string
p int
max int
inf CsReader
defbas string
bas string
name string
lx bool
Résultat int

Error() public méthode

public Error ( int n, int p, string str ) : void
n int
p int
str string
Résultat void

GenBase() protected méthode

protected GenBase ( ErrorHandler eh ) : System
eh ErrorHandler
Résultat System

NonWhite() public méthode

public NonWhite ( string buf, int &offset, int max ) : bool
buf string
offset int
max int
Résultat bool

Saypos() public méthode

public Saypos ( int pos ) : string
pos int
Résultat string

ToBraceIfFound() protected méthode

protected ToBraceIfFound ( string &buf, int &p, int &max, CsReader inf ) : string
buf string
p int
max int
inf CsReader
Résultat string

White() public méthode

public White ( string buf, int &offset, int max ) : bool
buf string
offset int
max int
Résultat bool

line() public méthode

public line ( int pos ) : int
pos int
Résultat int

position() public méthode

public position ( int pos ) : int
pos int
Résultat int

sourceLineInfo() public méthode

public sourceLineInfo ( int pos ) : SourceLineInfo
pos int
Résultat SourceLineInfo

Property Details

LastSymbol public_oe property

public int LastSymbol
Résultat int

erh public_oe property

public ErrorHandler,Tools erh
Résultat ErrorHandler

m_outFile public_oe property

public TextWriter,System.IO m_outFile
Résultat System.IO.TextWriter

m_outname public_oe property

public string m_outname
Résultat string

m_prod public_oe property

public Production,Tools m_prod
Résultat Production

m_scriptEncoding protected_oe property

protected Encoding,System.Text m_scriptEncoding
Résultat System.Text.Encoding

toupper protected_oe property

protected bool toupper
Résultat bool