PHP Interface Pinq\Analysis\ITypeOperation

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Analysis\ITyped
Afficher le fichier Open project: timetoogo/pinq Interface Usage Examples

Méthodes publiques

Méthode Description
getReturnType ( ) : Pinq\Analysis\IType Gets return type of the operation.
getSourceType ( ) : Pinq\Analysis\IType Gets the type being operated on.

Method Details

getReturnType() public méthode

Gets return type of the operation.
public getReturnType ( ) : Pinq\Analysis\IType
Résultat Pinq\Analysis\IType

getSourceType() public méthode

Gets the type being operated on.
public getSourceType ( ) : Pinq\Analysis\IType
Résultat Pinq\Analysis\IType