Uses of Class
org.sonar.plugins.php.api.tree.Tree.Kind
-
-
Uses of Tree.Kind in org.sonar.php.metrics
Methods in org.sonar.php.metrics that return Tree.Kind Modifier and Type Method Description static Tree.Kind[]
MetricsVisitor. getClassNodes()
static Tree.Kind[]
MetricsVisitor. getFunctionNodes()
Methods in org.sonar.php.metrics that return types with arguments of type Tree.Kind Modifier and Type Method Description List<Tree.Kind>
CounterVisitor. nodesToVisit()
List<Tree.Kind>
MetricsVisitor. nodesToVisit()
-
Uses of Tree.Kind in org.sonar.php.tree
Method parameters in org.sonar.php.tree with type arguments of type Tree.Kind Modifier and Type Method Description static Tree
TreeUtils. findAncestorWithKind(Tree tree, Collection<Tree.Kind> kinds)
-
Uses of Tree.Kind in org.sonar.php.tree.impl
Methods in org.sonar.php.tree.impl that return Tree.Kind Modifier and Type Method Description Tree.Kind
CompilationUnitTreeImpl. getKind()
Tree.Kind
ScriptTreeImpl. getKind()
Tree.Kind
VariableIdentifierTreeImpl. getKind()
Methods in org.sonar.php.tree.impl with parameters of type Tree.Kind Modifier and Type Method Description boolean
PHPTree. is(Tree.Kind... kind)
-
Uses of Tree.Kind in org.sonar.php.tree.impl.declaration
Methods in org.sonar.php.tree.impl.declaration that return Tree.Kind Modifier and Type Method Description Tree.Kind
AttributeGroupTreeImpl. getKind()
Tree.Kind
AttributeTreeImpl. getKind()
Tree.Kind
BuiltInTypeTreeImpl. getKind()
Tree.Kind
CallArgumentTreeImpl. getKind()
Tree.Kind
ClassDeclarationTreeImpl. getKind()
Tree.Kind
ClassPropertyDeclarationTreeImpl. getKind()
Tree.Kind
ConstantDeclarationTreeImpl. getKind()
Tree.Kind
FunctionDeclarationTreeImpl. getKind()
Tree.Kind
MethodDeclarationTreeImpl. getKind()
Tree.Kind
NamespaceNameTreeImpl. getKind()
Tree.Kind
ParameterListTreeImpl. getKind()
Tree.Kind
ParameterTreeImpl. getKind()
Tree.Kind
ReturnTypeClauseTreeImpl. getKind()
Tree.Kind
TraitAliasTreeImpl. getKind()
Tree.Kind
TraitMethodReferenceTreeImpl. getKind()
Tree.Kind
TraitPrecedenceTreeImpl. getKind()
Tree.Kind
TypeTreeImpl. getKind()
Tree.Kind
UnionTypeTreeImpl. getKind()
Tree.Kind
UseClauseTreeImpl. getKind()
Tree.Kind
UseTraitDeclarationTreeImpl. getKind()
-
Uses of Tree.Kind in org.sonar.php.tree.impl.expression
Methods in org.sonar.php.tree.impl.expression that return Tree.Kind Modifier and Type Method Description Tree.Kind
AnonymousClassTreeImpl. getKind()
Tree.Kind
ArrayAccessTreeImpl. getKind()
Tree.Kind
ArrayAssignmentPatternElementTreeImpl. getKind()
Tree.Kind
ArrayAssignmentPatternTreeImpl. getKind()
Tree.Kind
ArrayInitializerBracketTreeImpl. getKind()
Tree.Kind
ArrayInitializerFunctionTreeImpl. getKind()
Tree.Kind
ArrayPairTreeImpl. getKind()
Tree.Kind
ArrowFunctionExpressionTreeImpl. getKind()
Tree.Kind
AssignmentByReferenceTreeImpl. getKind()
Tree.Kind
AssignmentExpressionTreeImpl. getKind()
Tree.Kind
BinaryExpressionTreeImpl. getKind()
Tree.Kind
CastExpressionTreeImpl. getKind()
Tree.Kind
CompoundVariableTreeImpl. getKind()
Tree.Kind
ComputedVariableTreeImpl. getKind()
Tree.Kind
ConditionalExpressionTreeImpl. getKind()
Tree.Kind
ExecutionOperatorTreeImpl. getKind()
Tree.Kind
ExpandableStringCharactersTreeImpl. getKind()
Tree.Kind
ExpandableStringLiteralTreeImpl. getKind()
Tree.Kind
FunctionCallTreeImpl. getKind()
Tree.Kind
FunctionExpressionTreeImpl. getKind()
Tree.Kind
HeredocStringLiteralTreeImpl. getKind()
Tree.Kind
HeredocStringLiteralTreeImpl.HeredocBody. getKind()
Tree.Kind
LexicalVariablesTreeImpl. getKind()
Tree.Kind
ListExpressionTreeImpl. getKind()
Tree.Kind
LiteralTreeImpl. getKind()
Tree.Kind
MatchConditionClauseTreeImpl. getKind()
Tree.Kind
MatchDefaultClauseTreeImpl. getKind()
Tree.Kind
MatchExpressionTreeImpl. getKind()
Tree.Kind
MemberAccessTreeImpl. getKind()
Tree.Kind
NameIdentifierTreeImpl. getKind()
Tree.Kind
NewExpressionTreeImpl. getKind()
Tree.Kind
ParenthesizedExpressionTreeImpl. getKind()
Tree.Kind
PostfixExpressionTreeImpl. getKind()
Tree.Kind
PrefixedCastExpressionTreeImpl. getKind()
Tree.Kind
PrefixExpressionTreeImpl. getKind()
Tree.Kind
ReferenceVariableTreeImpl. getKind()
Tree.Kind
SpreadArgumentTreeImpl. getKind()
Tree.Kind
ThrowExpressionTreeImpl. getKind()
Tree.Kind
VariableVariableTreeImpl. getKind()
Tree.Kind
YieldExpressionTreeImpl. getKind()
Constructors in org.sonar.php.tree.impl.expression with parameters of type Tree.Kind Constructor Description AssignmentExpressionTreeImpl(Tree.Kind kind, ExpressionTree variable, InternalSyntaxToken equalToken, ExpressionTree value)
BinaryExpressionTreeImpl(Tree.Kind kind, ExpressionTree leftOperand, InternalSyntaxToken operator, ExpressionTree rightOperand)
ExpandableStringCharactersTreeImpl(Tree.Kind kind, SyntaxToken token)
LiteralTreeImpl(Tree.Kind kind, SyntaxToken token)
MemberAccessTreeImpl(Tree.Kind kind, InternalSyntaxToken accessToken, Tree member)
PostfixExpressionTreeImpl(Tree.Kind kind, ExpressionTree expression, SyntaxToken operator)
PrefixExpressionTreeImpl(Tree.Kind kind, InternalSyntaxToken operator, ExpressionTree expression)
-
Uses of Tree.Kind in org.sonar.php.tree.impl.lexical
Methods in org.sonar.php.tree.impl.lexical that return Tree.Kind Modifier and Type Method Description Tree.Kind
InternalSyntaxToken. getKind()
Tree.Kind
InternalSyntaxTrivia. getKind()
-
Uses of Tree.Kind in org.sonar.php.tree.impl.statement
Methods in org.sonar.php.tree.impl.statement that return Tree.Kind Modifier and Type Method Description Tree.Kind
BlockTreeImpl. getKind()
Tree.Kind
BreakStatementTreeImpl. getKind()
Tree.Kind
CaseClauseTreeImpl. getKind()
Tree.Kind
CatchBlockTreeImpl. getKind()
Tree.Kind
ContinueStatementTreeImpl. getKind()
Tree.Kind
DeclareStatementTreeImpl. getKind()
Tree.Kind
DefaultClauseTreeImpl. getKind()
Tree.Kind
DoWhileStatementTreeImpl. getKind()
Tree.Kind
EchoTagStatementTreeImpl. getKind()
Tree.Kind
ElseClauseTreeImpl. getKind()
Tree.Kind
ElseifClauseTreeImpl. getKind()
Tree.Kind
EmptyStatementImpl. getKind()
Tree.Kind
ExpressionListStatementTreeImpl. getKind()
Tree.Kind
ExpressionStatementTreeImpl. getKind()
Tree.Kind
ForEachStatementTreeImpl. getKind()
Tree.Kind
ForStatementTreeImpl. getKind()
Tree.Kind
GlobalStatementTreeImpl. getKind()
Tree.Kind
GotoStatementTreeImpl. getKind()
Tree.Kind
IfStatementTreeImpl. getKind()
Tree.Kind
InlineHTMLTreeImpl. getKind()
Tree.Kind
LabelTreeImpl. getKind()
Tree.Kind
NamespaceStatementTreeImpl. getKind()
Tree.Kind
ReturnStatementTreeImpl. getKind()
Tree.Kind
StaticStatementTreeImpl. getKind()
Tree.Kind
SwitchStatementTreeImpl. getKind()
Tree.Kind
ThrowStatementTreeImpl. getKind()
Tree.Kind
TryStatementTreeImpl. getKind()
Tree.Kind
UnsetVariableStatementTreeImpl. getKind()
Tree.Kind
UseStatementTreeImpl. getKind()
Tree.Kind
VariableDeclarationTreeImpl. getKind()
Tree.Kind
WhileStatementTreeImpl. getKind()
-
Uses of Tree.Kind in org.sonar.php.utils
Methods in org.sonar.php.utils that return types with arguments of type Tree.Kind Modifier and Type Method Description List<Tree.Kind>
SourceBuilder. nodesToVisit()
-
Uses of Tree.Kind in org.sonar.plugins.php.api.cfg
Fields in org.sonar.plugins.php.api.cfg with type parameters of type Tree.Kind Modifier and Type Field Description static Set<Tree.Kind>
ControlFlowGraph. KINDS_WITH_CONTROL_FLOW
-
Uses of Tree.Kind in org.sonar.plugins.php.api.tree
Methods in org.sonar.plugins.php.api.tree that return Tree.Kind Modifier and Type Method Description Tree.Kind
Tree. getKind()
static Tree.Kind
Tree.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tree.Kind[]
Tree.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.plugins.php.api.tree with parameters of type Tree.Kind Modifier and Type Method Description boolean
Tree. is(Tree.Kind... kind)
-
Uses of Tree.Kind in org.sonar.plugins.php.api.visitors
Methods in org.sonar.plugins.php.api.visitors that return types with arguments of type Tree.Kind Modifier and Type Method Description abstract List<Tree.Kind>
PHPSubscriptionCheck. nodesToVisit()
abstract List<Tree.Kind>
PHPTreeSubscriber. nodesToVisit()
-