Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Uses of Package
org.sonar.javascript.model
Packages that use
org.sonar.javascript.model
org.sonar.javascript.model
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
Classes in
org.sonar.javascript.model
used by
org.sonar.javascript.model
ArrayLiteralTree
Array Initialiser
.
ASTMaker
BinaryOperatorTree
Binary Operator.
BlockTree
Block
.
BreakStatementTree
break Statement
.
CaseClauseTree
Case Clause
.
CatchBlockTree
Catch Block
.
CommaOperatorTree
Comma Operator
ConditionalOperatorTree
Conditional Operator
.
ContinueStatementTree
continue Statement
.
DebuggerStatementTree
debugger Statement
.
DoWhileStatementTree
do-while Statement
.
EmptyStatementTree
Empty Statement.
ExpressionStatementTree
Expression Statement
.
ExpressionTree
Common interface for all types of
expressions
.
ForInStatementTree
for-in Statement
.
ForStatementTree
for Statement
.
FunctionCallTree
Function Call
.
FunctionTree
Function Definition
.
IdentifierTree
Identifier
IfStatementTree
if Statement
.
IndexAccessTree
Index Access
.
LabelledStatementTree
Labelled Statement
.
LiteralTree
Common interface for all types of
literals
.
NewOperatorTree
new Operator
.
ObjectLiteralTree
Object Initialiser
.
ParenthesizedTree
Grouping Operator
.
ProgramTree
Program
.
PropertyAccessTree
Property Access
.
PropertyAssignmentTree
Property Assignment
ReturnStatementTree
return Statement
.
SourceElementTree
Common interface for all types of
source elements
.
StatementTree
Common interface for all types of
statements
.
SwitchStatementTree
switch Statement
.
ThrowStatementTree
throw Statement
.
Tree
Common interface for all nodes in an abstract syntax tree.
TreeImpl
TreeVisitor
Marker interface for visitors.
TryStatementTree
try Statement
.
UnaryOperatorTree
Unary Operator
and
Postfix Expression
.
VariableDeclarationTree
Variable Declaration
.
VariableStatementTree
Variable Statement
VisitorsDispatcher
WhileStatementTree
while Statement
.
WithStatementTree
with Statement
.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011-2014
SonarSource and Eriks Nukis
. All Rights Reserved.