Package org.sonar.python.tree
Class DecoratorImpl
- java.lang.Object
-
- org.sonar.python.tree.PyTree
-
- org.sonar.python.tree.DecoratorImpl
-
-
Constructor Summary
Constructors Constructor Description DecoratorImpl(com.sonar.sslr.api.AstNode astNode, Token atToken, DottedName dottedName, Token lPar, ArgList argListTree, Token rPar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TreeVisitor visitor)ArgListarguments()TokenatToken()List<Tree>children()Tree.KindgetKind()TokenleftPar()DottedNamename()TokenrightPar()-
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
-
-
-
-
Method Detail
-
name
public DottedName name()
-
leftPar
@CheckForNull public Token leftPar()
-
arguments
@CheckForNull public ArgList arguments()
-
rightPar
@CheckForNull public Token rightPar()
-
accept
public void accept(TreeVisitor visitor)
-
-