프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BinaryExpression | System.Collections.Generic | ||
Create | |||
GetBinaryOpFromAssignmentOp | ExpressionType | ||
GetConversion | |||
GetMethod | MethodInfo | ||
IsOpAssignment | bool | ||
ReduceIndex | |||
ReduceMember | |||
ReduceUserdefinedLifted | |||
ReduceVariable |
메소드 | 설명 | |
---|---|---|
Reduce ( ) : |
Reduces the binary expression node to a simpler expression. If CanReduce returns true, this should return a valid expression. This method is allowed to return another node which itself must be reduced.
|
|
Update ( |
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.
|
메소드 | 설명 | |
---|---|---|
Accept ( |
Dispatches to the specific visit method for this node type.
|
메소드 | 설명 | |
---|---|---|
BinaryExpression ( |
||
Create ( ExpressionType nodeType, |
||
GetBinaryOpFromAssignmentOp ( ExpressionType op ) : ExpressionType | ||
GetConversion ( ) : |
||
GetMethod ( ) : MethodInfo | ||
IsOpAssignment ( ExpressionType op ) : bool | ||
ReduceIndex ( ) : |
||
ReduceMember ( ) : |
||
ReduceUserdefinedLifted ( ) : |
||
ReduceVariable ( ) : |
protected Accept ( |
||
visitor | ||
리턴 |
public Update ( |
||
left | The |
|
conversion | The |
|
right | The |
|
리턴 |