Property | Type | Description | |
---|---|---|---|
$leftOperandType | string | ||
$operator | string | ||
$returnType | string | ||
$rightOperandType | string |
Method | Description | |
---|---|---|
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $leftOperandType, $operator, $rightOperandType, $returnType ) | ||
getLeftOperandType ( ) | ||
getOperator ( ) | ||
getReturnType ( ) | ||
getRightOperandType ( ) |
public __construct ( Pinq\Analysis\ITypeSystem $typeSystem, $leftOperandType, $operator, $rightOperandType, $returnType ) | ||
$typeSystem | Pinq\Analysis\ITypeSystem |