Метод | Описание | |
---|---|---|
GenerateEndOfStatement ( |
Generates CIL for the end of every statement.
|
|
GenerateStartOfStatement ( |
Generates CIL for the start of every statement.
|
|
Statement ( IList |
Creates a new Statement instance.
|
|
ToString ( ) : string |
Converts the statement to a string.
|
|
ToString ( int indentLevel ) : string |
Converts the statement to a string.
|
public GenerateEndOfStatement ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
locals | StatementLocals | Variables common to both GenerateStartOfStatement() and GenerateEndOfStatement(). |
Результат | void |
public GenerateStartOfStatement ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
locals | StatementLocals | Variables common to both GenerateStartOfStatement() and GenerateEndOfStatement(). |
Результат | void |
public Statement ( IList |
||
labels | IList |
The labels that are associated with this statement. |
Результат | System |
public abstract ToString ( int indentLevel ) : string | ||
indentLevel | int | The number of tabs to include before the statement. |
Результат | string |