메소드 | 설명 | |
---|---|---|
Apply ( object leftvalue, object rightvalue ) : object | ||
BinaryExpression ( IExpression left, IExpression right ) : System | ||
Evaluate ( Context context, bool withvars = false ) : object | ||
HasVariable ( ) : bool |
public abstract Apply ( object leftvalue, object rightvalue ) : object | ||
leftvalue | object | |
rightvalue | object | |
리턴 | object |
public BinaryExpression ( IExpression left, IExpression right ) : System | ||
left | IExpression | |
right | IExpression | |
리턴 | System |
public Evaluate ( Context context, bool withvars = false ) : object | ||
context | Context | |
withvars | bool | |
리턴 | object |