Property | Type | Description | |
---|---|---|---|
$castOperations | Pinq\Analysis\ITypeOperation[] | ||
$identifier | string | ||
$indexer | Pinq\Analysis\ITypeOperation | null | ||
$parentType | Pinq\Analysis\IType | ||
$unaryOperations | Pinq\Analysis\ITypeOperation[] |
Method | Description | |
---|---|---|
__construct ( string $identifier, Pinq\Analysis\IType $parentType = null, Pinq\Analysis\ITypeOperation $indexer = null, array $castOperations = [], array $unaryOperations = [] ) | ||
getCast ( |
||
getConstructor ( |
||
getField ( |
||
getIdentifier ( ) | ||
getIndex ( |
||
getInvocation ( |
||
getMethod ( |
||
getParentType ( ) | ||
getStaticField ( |
||
getStaticMethod ( |
||
getUnaryOperation ( |
||
hasParentType ( ) | ||
isEqualTo ( Pinq\Analysis\IType $type ) |
public __construct ( string $identifier, Pinq\Analysis\IType $parentType = null, Pinq\Analysis\ITypeOperation $indexer = null, array $castOperations = [], array $unaryOperations = [] ) | ||
$identifier | string | |
$parentType | Pinq\Analysis\IType | |
$indexer | Pinq\Analysis\ITypeOperation | |
$castOperations | array | |
$unaryOperations | array |
public getCast ( |
||
$expression |
public getConstructor ( |
||
$expression |
public getField ( |
||
$expression |
public getIndex ( |
||
$expression |
public getInvocation ( |
||
$expression |
public getMethod ( |
||
$expression |
public getStaticField ( |
||
$expression |
public getStaticMethod ( |
||
$expression |
public getUnaryOperation ( |
||
$expression |
protected ITypeOperation[],Pinq\Analysis $castOperations | ||
return | Pinq\Analysis\ITypeOperation[] |
protected ITypeOperation,Pinq\Analysis|null $indexer | ||
return | Pinq\Analysis\ITypeOperation | null |
protected IType,Pinq\Analysis $parentType | ||
return | Pinq\Analysis\IType |