Package org.sonar.python.tree
Class DynamicObjectInfoStatementImpl
- java.lang.Object
-
- org.sonar.python.tree.PyTree
-
- org.sonar.python.tree.DynamicObjectInfoStatementImpl
-
- All Implemented Interfaces:
DynamicObjectInfoStatement,Statement,Tree
public class DynamicObjectInfoStatementImpl extends PyTree implements DynamicObjectInfoStatement
-
-
Field Summary
-
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TreeVisitor visitor)Tree.KindgetKind()-
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
-