|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tree | |
|---|---|
| org.sonar.javascript.model | Provides interfaces to represent JavaScript source code as abstract syntax trees (AST). |
| Uses of Tree in org.sonar.javascript.model |
|---|
| Methods in org.sonar.javascript.model with type parameters of type Tree | ||
|---|---|---|
|
TreeImpl.as(Class<T> cls)
|
|
|
Tree.as(Class<T> cls)
|
|
|
TreeImpl.is(Class<T> cls)
|
|
|
Tree.is(Class<T> cls)
|
|
| Methods in org.sonar.javascript.model that return Tree | |
|---|---|
Tree |
ASTMaker.makeFrom(com.sonar.sslr.api.AstNode astNode)
|
Tree |
TreeImpl.PropertyAssignmentTreeImpl.propertyName()
|
Tree |
PropertyAssignmentTree.propertyName()
|
| Methods in org.sonar.javascript.model with parameters of type Tree | |
|---|---|
protected static void |
TreeImpl.scan(Tree tree,
VisitorsDispatcher visitors)
|
| Method parameters in org.sonar.javascript.model with type arguments of type Tree | |
|---|---|
protected static void |
TreeImpl.scan(List<? extends Tree> trees,
VisitorsDispatcher visitors)
|
| Constructors in org.sonar.javascript.model with parameters of type Tree | |
|---|---|
TreeImpl.PropertyAssignmentTreeImpl(com.sonar.sslr.api.AstNode astNode,
Tree propertyName,
ExpressionTree expression,
List<IdentifierTree> propertySetParameters,
List<? extends SourceElementTree> body)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||