class Super
A node that represents the "super" keyword.
@author Marco Marchiò <marco.mm89@gmail.com>
Hierarchy
- class \Peast\Syntax\Node\Node implements \Peast\Syntax\Node\JSONSerializable
- class \Peast\Syntax\Node\Super extends \Peast\Syntax\Node\Node
Expanded class hierarchy of Super
9 string references to 'Super'
- CallExpression::setCallee in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ CallExpression.php - Sets the callee expression
- DisallowObjectStringIndexSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Objects/ DisallowObjectStringIndexSniff.php - Processes this test, when one of its tokens is encountered.
- JsonResponse::setCallback in vendor/
symfony/ http-foundation/ JsonResponse.php - Sets the JSONP callback.
- MemberExpression::setObject in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ MemberExpression.php - Sets the expression's object
- Parser::parseSuperPropertyOrCall in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Parser.php - Parses a super call or a super property
File
-
vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ Super.php, line 17
Namespace
Peast\Syntax\NodeView source
class Super extends Node {
}