-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.tree.Tree
Tree.Kind
-
Method Summary
null if class is defined without args class Foo:... or class Foo():...
Contains fields and methods symbols
-
Method Details
-
-
-
-
-
leftPar
@CheckForNull
Token leftPar()
-
args
null if class is defined without args class Foo:... or class Foo():...
-
rightPar
@CheckForNull
Token rightPar()
-
-
-
-
classFields
Contains fields and methods symbols
-