final |
|---|
A single non-default case of a switch, paired with the scope captured
right after the case condition was processed (which already excludes the
values matched by earlier terminating cases).
| Methods | ||
|---|---|---|
public
|
__construct(Expr $caseCondition, Scope $scope, int $line, bool $isLast)
|
# |
public
|
getCaseCondition(): Expr
|
# |
public
|
getScope(): Scope
|
# |
public
|
getLine(): int
|
# |
public
|
isLast(): bool
|
# |