Method | Description | |
---|---|---|
getLeftOperandType ( ) : Pinq\Analysis\IType | Gets the type of the left operand. | |
getOperator ( ) : string | Gets the operator of the binary operation. | |
getReturnType ( ) : Pinq\Analysis\IType | Gets the returned type of the binary operation. | |
getRightOperandType ( ) : Pinq\Analysis\IType | Gets the type of the right operand. |
public getLeftOperandType ( ) : Pinq\Analysis\IType | ||
return | Pinq\Analysis\IType |
public getOperator ( ) : string | ||
return | string | The binary operator from the Expressions\Operators\Binary::* constants |
public getReturnType ( ) : Pinq\Analysis\IType | ||
return | Pinq\Analysis\IType |
public getRightOperandType ( ) : Pinq\Analysis\IType | ||
return | Pinq\Analysis\IType |