Class FunctionTreeImpl
- java.lang.Object
-
- org.sonar.javascript.tree.impl.JavaScriptTree
-
- org.sonar.javascript.tree.impl.declaration.FunctionTreeImpl
-
- All Implemented Interfaces:
FunctionTree,Tree
- Direct Known Subclasses:
AccessorMethodDeclarationTreeImpl,ArrowFunctionTreeImpl,FunctionDeclarationTreeImpl,FunctionExpressionTreeImpl,MethodDeclarationTreeImpl
public abstract class FunctionTreeImpl extends JavaScriptTree implements FunctionTree
-
-
Constructor Summary
Constructors Constructor Description FunctionTreeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<Usage>outerScopeSymbolUsages()Scopescope()voidscope(Scope scope)-
Methods inherited from class org.sonar.javascript.tree.impl.JavaScriptTree
childrenIterator, childrenStream, descendants, firstToken, getKind, is, isAncestorOf, isLeaf, lastToken, parent, setParent, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.declaration.FunctionTree
asyncToken, body, genericParameterClause, name, parameterClause, parameterList, returnType
-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-