Package org.sonar.python.tree
Class PassStatementImpl
- java.lang.Object
-
- org.sonar.python.tree.PyTree
-
- org.sonar.python.tree.PassStatementImpl
-
- All Implemented Interfaces:
PassStatement,Statement,Tree
public class PassStatementImpl extends PyTree implements PassStatement
-
-
Constructor Summary
Constructors Constructor Description PassStatementImpl(com.sonar.sslr.api.AstNode astNode, Token passKeyword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TreeVisitor visitor)List<Tree>children()Tree.KindgetKind()TokenpassKeyword()-
Methods inherited from class org.sonar.python.tree.PyTree
astNode, firstToken, is, lastToken, parent, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.python.api.tree.Tree
ancestors, astNode, descendants, descendants, firstToken, is, lastToken, parent
-
-
-
-
Constructor Detail
-
PassStatementImpl
public PassStatementImpl(com.sonar.sslr.api.AstNode astNode, Token passKeyword)
-
-
Method Detail
-
passKeyword
public Token passKeyword()
- Specified by:
passKeywordin interfacePassStatement
-
accept
public void accept(TreeVisitor visitor)
-
-