프로퍼티 | 타입 | 설명 | |
---|---|---|---|
loc | Mono.CSharp.Location |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
CloneTo ( |
||
DoEmit ( |
Return value indicates whether all code paths emitted return.
|
public Clone ( |
||
clonectx | ||
리턴 |
protected abstract CloneTo ( |
||
clonectx | ||
target | ||
리턴 | void |
public CreateExpressionTree ( |
||
ec | ||
리턴 | Mono.CSharp.Expression |
public ResolveUnreachable ( |
||
ec | ||
warn | bool | |
리턴 | bool |