35 string references to 'Expression'
- ArrayExpression::setElements in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ ArrayExpression.php - Sets array elements
- ArrowFunctionExpression::setBody in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ ArrowFunctionExpression.php - Sets the function body
- AssignmentExpression::setLeft in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ AssignmentExpression.php - Sets the left node of the assignment
- BinaryExpression::setLeft in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ BinaryExpression.php - Sets the left expression
- CallExpression::setArguments in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ CallExpression.php - Sets the arguments array
- CallExpression::setCallee in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ CallExpression.php - Sets the callee expression
- Class_::setSuperClass in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ Class_.php - Sets extended class
- ExportDefaultDeclaration::setDeclaration in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ ExportDefaultDeclaration.php - Sets the exported declaration
- Expression::getDefaultOption in vendor/
symfony/ validator/ Constraints/ Expression.php - Returns the name of the default option.
- Expression::getRequiredOptions in vendor/
symfony/ validator/ Constraints/ Expression.php - Returns the name of the required options.
- ForInStatement::setLeft in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ ForInStatement.php - Sets the iteration variable
- ForStatement::setInit in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ ForStatement.php - Sets the initializer
- ForStatement::setTest in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ ForStatement.php - Sets the test expression
- ForStatement::setUpdate in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ ForStatement.php - Sets the update expression
- JSXExpressionContainer::setExpression in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ JSX/ JSXExpressionContainer.php - Sets the wrapped expression
- MemberExpression::setObject in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ MemberExpression.php - Sets the expression's object
- MemberExpression::setProperty in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ MemberExpression.php - Sets the expression's property
- MethodDefinition::setKey in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ MethodDefinition.php - Sets the method's key
- Property::setValue in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ Property.php - Sets the property value
- PropertyDefinition::setKey in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ PropertyDefinition.php - Sets the property key
- PropertyDefinition::setValue in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ PropertyDefinition.php - Sets the property value
- PseudoSimple::check in vendor/
mck89/ peast/ lib/ Peast/ Selector/ Node/ Part/ PseudoSimple.php - Returns true if the selector part matches the given node, false otherwise
- ReturnStatement::setArgument in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ ReturnStatement.php - Sets the expression after the return keyword
- Select::addExpression in core/
lib/ Drupal/ Core/ Database/ Query/ Select.php - Adds an expression to the list of "fields" to be SELECTed.
- Select::addExpression in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Select.php - Adds an expression to the list of "fields" to be SELECTed.
- SequenceExpression::setExpressions in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ SequenceExpression.php - Sets the expressions array
- SwitchCase::setTest in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ SwitchCase.php - Sets the test expression that is null in the "default" case
- TemplateLiteral::setExpressions in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ TemplateLiteral.php - Sets the array of expressions inside the template
- TemplateLiteral::setParts in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ TemplateLiteral.php - Sets the array of the template parts (quasis and expressions)
- VariableDeclarator::setInit in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ VariableDeclarator.php - Sets the initializer
- When::getRequiredOptions in vendor/
symfony/ validator/ Constraints/ When.php - Returns the name of the required options.
- XmlDumper::convertParameters in vendor/
symfony/ dependency-injection/ Dumper/ XmlDumper.php - XmlFileLoader::getArgumentsAsPhp in vendor/
symfony/ dependency-injection/ Loader/ XmlFileLoader.php - XmlFileLoader::parseDefinition in vendor/
symfony/ dependency-injection/ Loader/ XmlFileLoader.php - Parses an individual Definition.
- YieldExpression::setArgument in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ YieldExpression.php - Sets yield argument