PHP Интерфейс Pinq\Analysis\IBinaryOperation

Автор: Elliot Levin ([email protected])
Наследование: extends Pinq\Analysis\ITyped
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getLeftOperandType() публичный Метод

Gets the type of the left operand.
public getLeftOperandType ( ) : Pinq\Analysis\IType
Результат Pinq\Analysis\IType

getOperator() публичный Метод

Gets the operator of the binary operation.
public getOperator ( ) : string
Результат string The binary operator from the Expressions\Operators\Binary::* constants

getReturnType() публичный Метод

Gets the returned type of the binary operation.
public getReturnType ( ) : Pinq\Analysis\IType
Результат Pinq\Analysis\IType

getRightOperandType() публичный Метод

Gets the type of the right operand.
public getRightOperandType ( ) : Pinq\Analysis\IType
Результат Pinq\Analysis\IType