C# Class Gibbed.RED.ScriptDecompiler.ControlStatement

Inheritance: BasicBlockStatement
Afficher le fichier Open project: yole/Gibbed.RED Class Usage Examples

Méthodes publiques

Méthode Description
ControlStatement ( BasicBlockStatement predecessor, string prefix, BasicBlockStatement body ) : System

Méthodes protégées

Méthode Description
WriteBody ( TextWriter output, string indent ) : void

Method Details

ControlStatement() public méthode

public ControlStatement ( BasicBlockStatement predecessor, string prefix, BasicBlockStatement body ) : System
predecessor BasicBlockStatement
prefix string
body BasicBlockStatement
Résultat System

WriteBody() protected méthode

protected WriteBody ( TextWriter output, string indent ) : void
output System.IO.TextWriter
indent string
Résultat void