Method | Description | |
---|---|---|
ConditionalStatement ( Expression condition, bool negateCondition, Expression body, Expression elseStatement, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting |
Method | Description | |
---|---|---|
Walk ( Walker walker ) : void |
Method | Description | |
---|---|---|
Transform ( |
||
TransformRead ( |
public ConditionalStatement ( Expression condition, bool negateCondition, Expression body, Expression elseStatement, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting | ||
condition | Expression | |
negateCondition | bool | |
body | Expression | |
elseStatement | Expression | |
location | Microsoft.Scripting.SourceSpan | |
return | Microsoft.Scripting |