Uses of Enum Class
org.sonar.plugins.python.api.tree.Tree.Kind
Packages that use Tree.Kind
Package
Description
-
Uses of Tree.Kind in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api with parameters of type Tree.KindModifier and TypeMethodDescriptionvoidSubscriptionCheck.Context.registerSyntaxNodeConsumer(Tree.Kind elementType, Consumer<SubscriptionContext> consumer) -
Uses of Tree.Kind in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return Tree.KindModifier and TypeMethodDescriptionTree.getKind()static Tree.KindReturns the enum constant of this class with the specified name.static Tree.Kind[]Tree.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.plugins.python.api.tree with parameters of type Tree.Kind -
Uses of Tree.Kind in org.sonar.python.tree
Methods in org.sonar.python.tree that return Tree.KindModifier and TypeMethodDescriptionAliasedNameImpl.getKind()AnnotatedAssignmentImpl.getKind()ArgListImpl.getKind()AsPatternImpl.getKind()AssertStatementImpl.getKind()AssignmentExpressionImpl.getKind()AssignmentStatementImpl.getKind()AwaitExpressionImpl.getKind()BinaryExpressionImpl.getKind()BreakStatementImpl.getKind()CallExpressionImpl.getKind()CapturePatternImpl.getKind()CaseBlockImpl.getKind()CellMagicStatementImpl.getKind()ClassDefImpl.getKind()ClassPatternImpl.getKind()CompoundAssignmentStatementImpl.getKind()ComprehensionExpressionImpl.getKind()ComprehensionForImpl.getKind()ComprehensionIfImpl.getKind()ConditionalExpressionImpl.getKind()ContinueStatementImpl.getKind()DecoratorImpl.getKind()DelStatementImpl.getKind()DictCompExpressionImpl.getKind()DictionaryLiteralImpl.getKind()DottedNameImpl.getKind()DoubleStarPatternImpl.getKind()DynamicObjectInfoStatementImpl.getKind()EllipsisExpressionImpl.getKind()ElseClauseImpl.getKind()ExceptClauseImpl.getKind()ExecStatementImpl.getKind()ExpressionListImpl.getKind()ExpressionStatementImpl.getKind()FileInputImpl.getKind()FinallyClauseImpl.getKind()FormatSpecifierImpl.getKind()FormattedExpressionImpl.getKind()ForStatementImpl.getKind()FunctionDefImpl.getKind()GlobalStatementImpl.getKind()GroupPatternImpl.getKind()GuardImpl.getKind()IfStatementImpl.getKind()ImportFromImpl.getKind()ImportNameImpl.getKind()InExpressionImpl.getKind()IsExpressionImpl.getKind()KeyValuePairImpl.getKind()KeyValuePatternImpl.getKind()KeywordPatternImpl.getKind()LambdaExpressionImpl.getKind()LineMagicImpl.getKind()ListLiteralImpl.getKind()LiteralPatternImpl.getKind()MappingPatternImpl.getKind()MatchStatementImpl.getKind()NameImpl.getKind()NoneExpressionImpl.getKind()NonlocalStatementImpl.getKind()NumericLiteralImpl.getKind()OrPatternImpl.getKind()ParameterImpl.getKind()ParameterListImpl.getKind()ParenthesizedExpressionImpl.getKind()PassStatementImpl.getKind()PrintStatementImpl.getKind()QualifiedExpressionImpl.getKind()RaiseStatementImpl.getKind()RegularArgumentImpl.getKind()ReprExpressionImpl.getKind()ReturnStatementImpl.getKind()SequencePatternImpl.getKind()SetLiteralImpl.getKind()SliceExpressionImpl.getKind()SliceItemImpl.getKind()SliceListImpl.getKind()StarPatternImpl.getKind()StatementListImpl.getKind()StringElementImpl.getKind()StringLiteralImpl.getKind()SubscriptionExpressionImpl.getKind()TokenImpl.getKind()TryStatementImpl.getKind()TupleImpl.getKind()TupleParameterImpl.getKind()TypeAliasStatementImpl.getKind()TypeAnnotationImpl.getKind()TypeParamImpl.getKind()TypeParamsImpl.getKind()UnaryExpressionImpl.getKind()UnpackingExpressionImpl.getKind()ValuePatternImpl.getKind()WhileStatementImpl.getKind()WildcardPatternImpl.getKind()WithStatementImpl.getKind()WithStatementImpl.WithItemImpl.getKind()YieldExpressionImpl.getKind()YieldStatementImpl.getKind()Methods in org.sonar.python.tree with parameters of type Tree.KindModifier and TypeMethodDescriptionstatic TreeTreeUtils.firstAncestorOfKind(Tree tree, Tree.Kind... kinds) booleanConstructors in org.sonar.python.tree with parameters of type Tree.KindModifierConstructorDescriptionComprehensionExpressionImpl(Tree.Kind kind, Token openingToken, Expression resultExpression, ComprehensionFor compFor, Token closingToken) LiteralPatternImpl(List<Token> tokens, Tree.Kind kind) TypeAnnotationImpl(Token colonToken, Token starToken, Expression expression, Tree.Kind kind)