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) |
ImportDeclarationTreeImpl |
TreeFactory.importDeclaration(InternalSyntaxToken importToken,
ImportClauseTreeImpl importClause,
FromClauseTreeImpl fromClause,
Tree semicolonToken) |
NameSpaceExportDeclarationTree |
TreeFactory.namespaceExportDeclaration(InternalSyntaxToken exportToken,
InternalSyntaxToken starToken,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,IdentifierTreeImpl>> nameSpaceExport,
FromClauseTreeImpl fromClause,
Tree semicolonToken) |