Method | Description | |
---|---|---|
Visit ( |
지정된 Expression의 종류에 따라 Visitor를 생성한다.
|
Method | Description | |
---|---|---|
VisitBinary ( |
Apply Visitor to BinaryExpression
|
|
VisitBinding ( |
Visit Binding
|
|
VisitBindingList ( ReadOnlyCollection |
|
|
VisitConditional ( |
|
|
VisitConstant ( |
|
|
VisitElementInitializer ( |
Apply initializer to ElementInit
|
|
VisitElementInitializerList ( ReadOnlyCollection |
|
|
VisitExpressionList ( ReadOnlyCollection |
|
|
VisitInvocation ( |
|
|
VisitLambda ( |
|
|
VisitListInit ( |
|
|
VisitMemberAccess ( |
|
|
VisitMemberAssignment ( |
|
|
VisitMemberInit ( |
|
|
VisitMemberListBinding ( |
|
|
VisitMemberMemberBinding ( |
|
|
VisitMethodCall ( |
|
|
VisitNew ( |
|
|
VisitNewArray ( |
|
|
VisitParameter ( System.Linq.Expressions.ParameterExpression p ) : |
|
|
VisitTypeIs ( |
|
|
VisitUnary ( |
Apply Visitor to UnaryExpression
|
public Visit ( |
||
exp | ||
return |
protected VisitBinary ( |
||
b | ||
return |
protected VisitBinding ( |
||
binding | ||
return |
protected VisitBindingList ( ReadOnlyCollection |
||
original | ReadOnlyCollection |
|
return | IEnumerable |
protected VisitConditional ( |
||
c | ||
return |
protected VisitConstant ( |
||
c | ||
return |
protected VisitElementInitializer ( |
||
initializer | ||
return |
protected VisitElementInitializerList ( ReadOnlyCollection |
||
original | ReadOnlyCollection |
|
return | IEnumerable |
protected VisitExpressionList ( ReadOnlyCollection |
||
original | ReadOnlyCollection |
|
return | ReadOnlyCollection |
protected VisitInvocation ( |
||
iv | ||
return |
protected VisitLambda ( |
||
lambda | ||
return |
protected VisitListInit ( |
||
init | ||
return |
protected VisitMemberAccess ( |
||
m | ||
return |
protected VisitMemberAssignment ( |
||
assignment | ||
return |
protected VisitMemberInit ( |
||
init | ||
return |
protected VisitMemberListBinding ( |
||
binding | ||
return |
protected VisitMemberMemberBinding ( |
||
binding | ||
return |
protected VisitMethodCall ( |
||
m | ||
return |
protected VisitNew ( |
||
nex | ||
return |
protected VisitNewArray ( |
||
na | ||
return |
protected VisitParameter ( System.Linq.Expressions.ParameterExpression p ) : |
||
p | System.Linq.Expressions.ParameterExpression | |
return |
protected VisitTypeIs ( |
||
b | ||
return |
protected VisitUnary ( |
||
u | ||
return |