Uses of Package
org.sonar.plugins.php.api.tree.expression
-
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.php.highlighter Class Description ExpandableStringCharactersTree Characters within expandable stringExpandableStringLiteralTree Expandable String, containing variable nameLiteralTree Literal -
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.php.symbols Class Description AnonymousClassTree FunctionCallTree -
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.php.tree.impl Class Description ExpressionTree Parent interface for all the trees representing expressions (e.g.IdentifierTree Common interface to represent all kinds of identifiers.VariableIdentifierTree VariableTree -
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.php.tree.impl.declaration Class Description ExpressionTree Parent interface for all the trees representing expressions (e.g.IdentifierTree Common interface to represent all kinds of identifiers.NameIdentifierTree IdentifierVariableIdentifierTree -
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.php.tree.impl.statement Class Description ExpressionTree Parent interface for all the trees representing expressions (e.g.IdentifierTree Common interface to represent all kinds of identifiers.NameIdentifierTree IdentifierParenthesisedExpressionTree Parenthesised ExpressionThrowExpressionTree VariableIdentifierTree VariableTree -
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.php.tree.symbols Class Description AnonymousClassTree ArrowFunctionExpressionTree CompoundVariableTree Curly variable syntaxComputedVariableTree Curly variable syntaxExpressionTree Parent interface for all the trees representing expressions (e.g.FunctionCallTree FunctionExpressionTree IdentifierTree Common interface to represent all kinds of identifiers.LexicalVariablesTree Lexical Variable: use construct that allows an anonymous function to inherit from parent scope variables.MemberAccessTree Object/Class Member AccessNameIdentifierTree IdentifierNewExpressionTree VariableIdentifierTree YieldExpressionTree -
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.php.tree.visitors Class Description AssignmentExpressionTree -
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.plugins.php.api.symbols Class Description IdentifierTree Common interface to represent all kinds of identifiers. -
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.plugins.php.api.tree.declaration Class Description ExpressionTree Parent interface for all the trees representing expressions (e.g.IdentifierTree Common interface to represent all kinds of identifiers.NameIdentifierTree IdentifierVariableIdentifierTree -
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.plugins.php.api.tree.expression Class Description ArrayAssignmentPatternElementTree ArrayDestructuringTree ArrayInitializerTree ArrayPairTree Array PairExpandableStringCharactersTree Characters within expandable stringExpandableStringLiteralTree Expandable String, containing variable nameExpressionTree Parent interface for all the trees representing expressions (e.g.IdentifierTree Common interface to represent all kinds of identifiers.LexicalVariablesTree Lexical Variable: use construct that allows an anonymous function to inherit from parent scope variables.MatchClauseTree Starting from PHP 8.0 Match expressionVariableTree -
Classes in org.sonar.plugins.php.api.tree.expression used by org.sonar.plugins.php.api.tree.statement Class Description ExpressionTree Parent interface for all the trees representing expressions (e.g.NameIdentifierTree IdentifierParenthesisedExpressionTree Parenthesised ExpressionVariableIdentifierTree VariableTree