BreakStatementTree(SourceRange location,
IdentifierToken name) |
CatchTree(SourceRange location,
IdentifierToken exceptionName,
ParseTree catchBody) |
ClassDeclarationTree(SourceRange location,
IdentifierToken name,
boolean isExpression,
ParseTree superClass,
com.google.common.collect.ImmutableList<ParseTree> elements) |
ContinueStatementTree(SourceRange location,
IdentifierToken name) |
ExportSpecifierTree(SourceRange location,
IdentifierToken importedName,
IdentifierToken destinationName) |
FunctionDeclarationTree(SourceRange location,
IdentifierToken name,
boolean isStatic,
boolean isGenerator,
FunctionDeclarationTree.Kind kind,
FormalParameterListTree formalParameterList,
ParseTree functionBody) |
IdentifierExpressionTree(SourceRange location,
IdentifierToken identifierToken) |
ImportDeclarationTree(SourceRange location,
IdentifierToken defaultBindingIndentifier,
com.google.common.collect.ImmutableList<ParseTree> importSpecifierList,
LiteralToken moduleSpecifier) |
ImportSpecifierTree(SourceRange location,
IdentifierToken importedName,
IdentifierToken destinationName) |
LabelledStatementTree(SourceRange location,
IdentifierToken name,
ParseTree statement) |
MemberExpressionTree(SourceRange location,
ParseTree operand,
IdentifierToken memberName) |
ModuleImportTree(SourceRange location,
IdentifierToken name,
LiteralToken from) |
ObjectPatternFieldTree(SourceRange location,
IdentifierToken identifier,
ParseTree element) |
RestParameterTree(SourceRange location,
IdentifierToken identifier) |
SetAccessorTree(SourceRange location,
Token propertyName,
boolean isStatic,
IdentifierToken parameter,
BlockTree body) |