PHP 인터페이스 Pinq\Analysis\IBinaryOperation

저자: Elliot Levin ([email protected])
상속: extends Pinq\Analysis\ITyped
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
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