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 TreeTreeUtils. 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.KindCompilationUnitTreeImpl. getKind()Tree.KindScriptTreeImpl. getKind()Tree.KindVariableIdentifierTreeImpl. getKind()Methods in org.sonar.php.tree.impl with parameters of type Tree.Kind Modifier and Type Method Description booleanPHPTree. 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.KindAttributeGroupTreeImpl. getKind()Tree.KindAttributeTreeImpl. getKind()Tree.KindBuiltInTypeTreeImpl. getKind()Tree.KindCallArgumentTreeImpl. getKind()Tree.KindClassDeclarationTreeImpl. getKind()Tree.KindClassPropertyDeclarationTreeImpl. getKind()Tree.KindConstantDeclarationTreeImpl. getKind()Tree.KindFunctionDeclarationTreeImpl. getKind()Tree.KindMethodDeclarationTreeImpl. getKind()Tree.KindNamespaceNameTreeImpl. getKind()Tree.KindParameterListTreeImpl. getKind()Tree.KindParameterTreeImpl. getKind()Tree.KindReturnTypeClauseTreeImpl. getKind()Tree.KindTraitAliasTreeImpl. getKind()Tree.KindTraitMethodReferenceTreeImpl. getKind()Tree.KindTraitPrecedenceTreeImpl. getKind()Tree.KindTypeTreeImpl. getKind()Tree.KindUnionTypeTreeImpl. getKind()Tree.KindUseClauseTreeImpl. getKind()Tree.KindUseTraitDeclarationTreeImpl. 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.KindAnonymousClassTreeImpl. getKind()Tree.KindArrayAccessTreeImpl. getKind()Tree.KindArrayAssignmentPatternElementTreeImpl. getKind()Tree.KindArrayAssignmentPatternTreeImpl. getKind()Tree.KindArrayInitializerBracketTreeImpl. getKind()Tree.KindArrayInitializerFunctionTreeImpl. getKind()Tree.KindArrayPairTreeImpl. getKind()Tree.KindArrowFunctionExpressionTreeImpl. getKind()Tree.KindAssignmentByReferenceTreeImpl. getKind()Tree.KindAssignmentExpressionTreeImpl. getKind()Tree.KindBinaryExpressionTreeImpl. getKind()Tree.KindCastExpressionTreeImpl. getKind()Tree.KindCompoundVariableTreeImpl. getKind()Tree.KindComputedVariableTreeImpl. getKind()Tree.KindConditionalExpressionTreeImpl. getKind()Tree.KindExecutionOperatorTreeImpl. getKind()Tree.KindExpandableStringCharactersTreeImpl. getKind()Tree.KindExpandableStringLiteralTreeImpl. getKind()Tree.KindFunctionCallTreeImpl. getKind()Tree.KindFunctionExpressionTreeImpl. getKind()Tree.KindHeredocStringLiteralTreeImpl. getKind()Tree.KindHeredocStringLiteralTreeImpl.HeredocBody. getKind()Tree.KindLexicalVariablesTreeImpl. getKind()Tree.KindListExpressionTreeImpl. getKind()Tree.KindLiteralTreeImpl. getKind()Tree.KindMatchConditionClauseTreeImpl. getKind()Tree.KindMatchDefaultClauseTreeImpl. getKind()Tree.KindMatchExpressionTreeImpl. getKind()Tree.KindMemberAccessTreeImpl. getKind()Tree.KindNameIdentifierTreeImpl. getKind()Tree.KindNewExpressionTreeImpl. getKind()Tree.KindParenthesizedExpressionTreeImpl. getKind()Tree.KindPostfixExpressionTreeImpl. getKind()Tree.KindPrefixedCastExpressionTreeImpl. getKind()Tree.KindPrefixExpressionTreeImpl. getKind()Tree.KindReferenceVariableTreeImpl. getKind()Tree.KindSpreadArgumentTreeImpl. getKind()Tree.KindThrowExpressionTreeImpl. getKind()Tree.KindVariableVariableTreeImpl. getKind()Tree.KindYieldExpressionTreeImpl. 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.KindInternalSyntaxToken. getKind()Tree.KindInternalSyntaxTrivia. 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.KindBlockTreeImpl. getKind()Tree.KindBreakStatementTreeImpl. getKind()Tree.KindCaseClauseTreeImpl. getKind()Tree.KindCatchBlockTreeImpl. getKind()Tree.KindContinueStatementTreeImpl. getKind()Tree.KindDeclareStatementTreeImpl. getKind()Tree.KindDefaultClauseTreeImpl. getKind()Tree.KindDoWhileStatementTreeImpl. getKind()Tree.KindEchoTagStatementTreeImpl. getKind()Tree.KindElseClauseTreeImpl. getKind()Tree.KindElseifClauseTreeImpl. getKind()Tree.KindEmptyStatementImpl. getKind()Tree.KindExpressionListStatementTreeImpl. getKind()Tree.KindExpressionStatementTreeImpl. getKind()Tree.KindForEachStatementTreeImpl. getKind()Tree.KindForStatementTreeImpl. getKind()Tree.KindGlobalStatementTreeImpl. getKind()Tree.KindGotoStatementTreeImpl. getKind()Tree.KindIfStatementTreeImpl. getKind()Tree.KindInlineHTMLTreeImpl. getKind()Tree.KindLabelTreeImpl. getKind()Tree.KindNamespaceStatementTreeImpl. getKind()Tree.KindReturnStatementTreeImpl. getKind()Tree.KindStaticStatementTreeImpl. getKind()Tree.KindSwitchStatementTreeImpl. getKind()Tree.KindThrowStatementTreeImpl. getKind()Tree.KindTryStatementTreeImpl. getKind()Tree.KindUnsetVariableStatementTreeImpl. getKind()Tree.KindUseStatementTreeImpl. getKind()Tree.KindVariableDeclarationTreeImpl. getKind()Tree.KindWhileStatementTreeImpl. 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.KindTree. getKind()static Tree.KindTree.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 booleanTree. 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()
-