Property | Type | Description | |
---|---|---|---|
loc | Mono.CSharp.Location |
Method | Description | |
---|---|---|
Clone ( |
||
CreateExpressionTree ( |
||
Emit ( |
||
PerformClone ( ) : |
||
Resolve ( |
Resolves the statement, true means that all sub-statements did resolve ok.
|
|
ResolveUnreachable ( |
We already know that the statement is unreachable, but we still need to resolve it to catch errors.
|
Method | Description | |
---|---|---|
CloneTo ( |
||
DoEmit ( |
Return value indicates whether all code paths emitted return.
|
public Clone ( |
||
clonectx | ||
return |
protected abstract CloneTo ( |
||
clonectx | ||
target | ||
return | void |
public CreateExpressionTree ( |
||
ec | ||
return | Mono.CSharp.Expression |
protected abstract DoEmit ( |
||
ec | ||
return | void |
public ResolveUnreachable ( |
||
ec | ||
warn | bool | |
return | bool |