13 methods override TokenInterface::isLast() in Zircon Profile 8
- AnyValuesToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ AnyValuesToken.php - Returns true to stop wildcard from processing other tokens.
- AnyValueToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ AnyValueToken.php - Returns false.
- ArrayCountToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ ArrayCountToken.php - Returns false.
- ArrayEntryToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ ArrayEntryToken.php - Returns false.
- ArrayEveryEntryToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ ArrayEveryEntryToken.php - Returns true if this token prevents check of other tokens (is last one).
- CallbackToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ CallbackToken.php - Returns false.
- ExactValueToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ ExactValueToken.php - Returns false.
- IdenticalValueToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ IdenticalValueToken.php - Returns false.
- LogicalAndToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ LogicalAndToken.php - Returns false.
- LogicalNotToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ LogicalNotToken.php - Returns true if preset token is last.
- ObjectStateToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ ObjectStateToken.php - Returns false.
- StringContainsToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ StringContainsToken.php - Returns false.
- TypeToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ TypeToken.php - Returns false.