C# Class Gibbed.RED.ScriptDecompiler.ControlStatement

Inheritance: BasicBlockStatement
Datei anzeigen Open project: yole/Gibbed.RED Class Usage Examples

Public Methods

Method Description
ControlStatement ( BasicBlockStatement predecessor, string prefix, BasicBlockStatement body ) : System

Protected Methods

Method Description
WriteBody ( TextWriter output, string indent ) : void

Method Details

ControlStatement() public method

public ControlStatement ( BasicBlockStatement predecessor, string prefix, BasicBlockStatement body ) : System
predecessor BasicBlockStatement
prefix string
body BasicBlockStatement
return System

WriteBody() protected method

protected WriteBody ( TextWriter output, string indent ) : void
output System.IO.TextWriter
indent string
return void