Methods | ||
---|---|---|
public
static
|
createExplicit(MutatingScope $scope, Type $type, Expr|Stmt $node, bool $canContainAnyThrowable): self
|
# |
public
static
|
createImplicit(MutatingScope $scope, Expr|Stmt $node): self
|
# |
public
|
getScope(): MutatingScope
|
# |
public
|
getType(): Type
|
# |
public
|
getNode(): Expr|Stmt
|
# |
public
|
isExplicit(): bool
|
# |
public
|
canContainAnyThrowable(): bool
|
# |
public
|
subtractCatchType(Type $catchType): self
|
# |