RestElementTreeImpl |
TreeFactory.bindingRestElement(InternalSyntaxToken ellipsis,
IdentifierTreeImpl identifier) |
ClassTreeImpl |
TreeFactory.classDeclaration(InternalSyntaxToken classToken,
IdentifierTreeImpl name,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,ExpressionTree>> extendsClause,
InternalSyntaxToken openCurlyBraceToken,
com.sonar.sslr.api.typed.Optional<List<Tree>> members,
InternalSyntaxToken closeCurlyBraceToken) |
SpecifierTreeImpl |
TreeFactory.completeExportSpecifier(IdentifierTreeImpl name,
com.sonar.sslr.api.typed.Optional<SpecifierTreeImpl> localName) |
ImportClauseTreeImpl |
TreeFactory.defaultImport(IdentifierTreeImpl identifierTree,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,DeclarationTree>> namedImport) |
ExportDefaultBinding |
TreeFactory.exportDefaultBinding(IdentifierTreeImpl identifierTree,
FromClauseTreeImpl fromClauseTree,
Tree semicolonToken) |
ExportDefaultBindingWithExportList |
TreeFactory.exportDefaultBindingWithExportList(IdentifierTreeImpl identifierTree,
InternalSyntaxToken commaToken,
SpecifierListTreeImpl specifierListTree,
FromClauseTreeImpl fromClauseTree,
Tree semicolon) |
ExportDefaultBindingWithNameSpaceExport |
TreeFactory.exportDefaultBindingWithNameSpaceExport(IdentifierTreeImpl identifierTree,
InternalSyntaxToken commaToken,
InternalSyntaxToken starToken,
InternalSyntaxToken asToken,
IdentifierTreeImpl synonymIdentifier,
FromClauseTreeImpl fromClause,
Tree semicolon) |
SpecifierTreeImpl |
TreeFactory.exportSpecifier(IdentifierTreeImpl name) |
SpecifierTreeImpl |
TreeFactory.exportSpecifier(IdentifierTreeImpl name1,
InternalSyntaxToken asToken,
IdentifierTreeImpl name2) |
FunctionDeclarationTree |
TreeFactory.functionAndGeneratorDeclaration(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> asyncToken,
InternalSyntaxToken functionToken,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> starToken,
IdentifierTreeImpl name,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
SpecifierTreeImpl |
TreeFactory.importSpecifier(IdentifierTreeImpl name) |
LabelledStatementTreeImpl |
TreeFactory.labelledStatement(IdentifierTreeImpl identifier,
InternalSyntaxToken colon,
StatementTree statement) |
NameSpaceSpecifierTreeImpl |
TreeFactory.nameSpaceImport(InternalSyntaxToken starToken,
InternalSyntaxToken asToken,
IdentifierTreeImpl localName) |
BreakStatementTreeImpl |
TreeFactory.newBreakWithLabel(IdentifierTreeImpl identifier,
Tree semicolonToken) |
ContinueStatementTreeImpl |
TreeFactory.newContinueWithLabel(IdentifierTreeImpl identifier,
Tree semicolonToken) |
DotMemberExpressionTreeImpl |
TreeFactory.newDotMemberExpression(InternalSyntaxToken dotToken,
IdentifierTreeImpl identifier) |
SpecifierTreeImpl |
TreeFactory.newImportSpecifier(IdentifierTreeImpl name,
InternalSyntaxToken asToken,
IdentifierTreeImpl identifier) |