AmbientDeclarationTree(SourceRange location,
ParseTree declaration) |
ArgumentListTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> arguments) |
ArrayLiteralExpressionTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> elements) |
ArrayPatternTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> elements) |
ArrayTypeTree(SourceRange location,
ParseTree elementType) |
AssignmentRestElementTree(SourceRange location,
ParseTree assignmentTarget) |
AwaitExpressionTree(SourceRange location,
ParseTree expression) |
BinaryOperatorTree(SourceRange location,
ParseTree left,
Token operator,
ParseTree right) |
BlockTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> statements) |
BreakStatementTree(SourceRange location,
IdentifierToken name) |
CallExpressionTree(SourceRange location,
ParseTree operand,
ArgumentListTree arguments) |
CallSignatureTree(SourceRange location,
boolean isNew,
GenericTypeListTree generics,
FormalParameterListTree formalParameterList,
ParseTree returnType) |
CaseClauseTree(SourceRange location,
ParseTree expression,
com.google.common.collect.ImmutableList<ParseTree> statements) |
CatchTree(SourceRange location,
ParseTree exception,
ParseTree catchBody) |
ClassDeclarationTree(SourceRange location,
IdentifierToken name,
GenericTypeListTree generics,
ParseTree superClass,
com.google.common.collect.ImmutableList<ParseTree> interfaces,
com.google.common.collect.ImmutableList<ParseTree> elements) |
CommaExpressionTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> expressions) |
Comment(String value,
SourceRange location,
Comment.Type type) |
ComprehensionForTree(SourceRange location,
ParseTree initializer,
ParseTree collection) |
ComprehensionIfTree(SourceRange location,
ParseTree expression) |
ComprehensionTree(SourceRange location,
ComprehensionTree.ComprehensionType type,
com.google.common.collect.ImmutableList<ParseTree> children,
ParseTree tailExpression) |
ComputedPropertyDefinitionTree(SourceRange location,
ParseTree property,
ParseTree value) |
ComputedPropertyGetterTree(SourceRange location,
ParseTree property,
boolean isStatic,
TokenType access,
ParseTree returnType,
BlockTree body) |
ComputedPropertyMemberVariableTree(SourceRange location,
ParseTree property,
boolean isStatic,
TokenType access,
ParseTree declaredType) |
ComputedPropertyMethodTree(SourceRange location,
TokenType access,
ParseTree property,
ParseTree method) |
ComputedPropertySetterTree(SourceRange location,
ParseTree property,
boolean isStatic,
TokenType access,
IdentifierToken parameter,
ParseTree type,
BlockTree body) |
ConditionalExpressionTree(SourceRange location,
ParseTree condition,
ParseTree left,
ParseTree right) |
ContinueStatementTree(SourceRange location,
IdentifierToken name) |
DebuggerStatementTree(SourceRange location) |
DefaultClauseTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> statements) |
DefaultParameterTree(SourceRange location,
ParseTree lhs,
ParseTree defaultValue) |
DoWhileStatementTree(SourceRange location,
ParseTree body,
ParseTree condition) |
EmptyStatementTree(SourceRange location) |
EnumDeclarationTree(SourceRange location,
IdentifierToken name,
com.google.common.collect.ImmutableList<ParseTree> members) |
ExportDeclarationTree(SourceRange location,
boolean isDefault,
boolean isExportAll,
ParseTree declaration,
com.google.common.collect.ImmutableList<ParseTree> exportSpecifierList,
LiteralToken from) |
ExportSpecifierTree(SourceRange location,
IdentifierToken importedName,
IdentifierToken destinationName) |
ExpressionStatementTree(SourceRange location,
ParseTree expression) |
FinallyTree(SourceRange location,
ParseTree block) |
ForInStatementTree(SourceRange location,
ParseTree initializer,
ParseTree collection,
ParseTree body) |
FormalParameterListTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> parameters) |
ForOfStatementTree(SourceRange location,
ParseTree initializer,
ParseTree collection,
ParseTree body) |
ForStatementTree(SourceRange location,
ParseTree variables,
ParseTree condition,
ParseTree increment,
ParseTree body) |
FunctionTypeTree(SourceRange location,
FormalParameterListTree formalParameterList,
ParseTree returnType) |
GenericTypeListTree(SourceRange location,
LinkedHashMap<IdentifierToken,ParseTree> generics) |
GetAccessorTree(SourceRange location,
Token propertyName,
boolean isStatic,
ParseTree returnType,
BlockTree body) |
IdentifierExpressionTree(SourceRange location,
IdentifierToken identifierToken) |
IfStatementTree(SourceRange location,
ParseTree condition,
ParseTree ifClause,
ParseTree elseClause) |
ImportDeclarationTree(SourceRange location,
IdentifierToken defaultBindingIdentifier,
com.google.common.collect.ImmutableList<ParseTree> importSpecifierList,
IdentifierToken nameSpaceImportIdentifier,
LiteralToken moduleSpecifier) |
ImportSpecifierTree(SourceRange location,
IdentifierToken importedName,
IdentifierToken destinationName) |
IndexSignatureTree(SourceRange location,
ParseTree name,
ParseTree declaredType) |
InterfaceDeclarationTree(SourceRange location,
IdentifierToken name,
GenericTypeListTree generics,
com.google.common.collect.ImmutableList<ParseTree> superInterfaces,
com.google.common.collect.ImmutableList<ParseTree> elements) |
LabelledStatementTree(SourceRange location,
IdentifierToken name,
ParseTree statement) |
LiteralExpressionTree(SourceRange location,
Token literalToken) |
MemberExpressionTree(SourceRange location,
ParseTree operand,
IdentifierToken memberName) |
MemberLookupExpressionTree(SourceRange location,
ParseTree operand,
ParseTree memberExpression) |
MemberVariableTree(SourceRange location,
IdentifierToken name,
boolean isStatic,
boolean isOptional,
TokenType access,
ParseTree declaredType) |
MissingPrimaryExpressionTree(SourceRange location) |
NamespaceDeclarationTree(SourceRange location,
NamespaceNameTree name,
com.google.common.collect.ImmutableList<ParseTree> elements) |
NamespaceNameTree(SourceRange location,
com.google.common.collect.ImmutableList<String> segments) |
NewExpressionTree(SourceRange location,
ParseTree operand,
ArgumentListTree arguments) |
NewTargetExpressionTree(SourceRange location) |
NullTree(SourceRange location) |
ObjectLiteralExpressionTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> propertyNameAndValues) |
ObjectPatternTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> fields) |
OptionalParameterTree(SourceRange location,
ParseTree param) |
ParameterizedTypeTree(SourceRange location,
TypeNameTree typeName,
com.google.common.collect.ImmutableList<ParseTree> typeArguments) |
ParenExpressionTree(SourceRange location,
ParseTree expression) |
ParseTree(ParseTreeType type,
SourceRange location) |
ProgramTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> sourceElements,
com.google.common.collect.ImmutableList<Comment> sourceComments) |
PropertyNameAssignmentTree(SourceRange location,
Token name,
ParseTree value) |
RecordTypeTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> members) |
RestParameterTree(SourceRange location,
ParseTree assignmentTarget) |
ReturnStatementTree(SourceRange location,
ParseTree expression) |
SetAccessorTree(SourceRange location,
Token propertyName,
boolean isStatic,
IdentifierToken parameter,
ParseTree type,
BlockTree body) |
SpreadExpressionTree(SourceRange location,
ParseTree expression) |
SuperExpressionTree(SourceRange location) |
SwitchStatementTree(SourceRange location,
ParseTree expression,
com.google.common.collect.ImmutableList<ParseTree> caseClauses) |
TemplateLiteralExpressionTree(SourceRange location,
ParseTree operand,
com.google.common.collect.ImmutableList<ParseTree> elements) |
TemplateLiteralPortionTree(SourceRange location,
Token value) |
TemplateSubstitutionTree(SourceRange location,
ParseTree expression) |
ThisExpressionTree(SourceRange location) |
ThrowStatementTree(SourceRange location,
ParseTree value) |
TryStatementTree(SourceRange location,
ParseTree body,
ParseTree catchBlock,
ParseTree finallyBlock) |
TypeAliasTree(SourceRange location,
IdentifierToken alias,
ParseTree original) |
TypedParameterTree(SourceRange location,
ParseTree param,
ParseTree typeAnnotation) |
TypeNameTree(SourceRange location,
com.google.common.collect.ImmutableList<String> segments) |
TypeQueryTree(SourceRange location,
com.google.common.collect.ImmutableList<String> segments) |
UnaryExpressionTree(SourceRange location,
Token operator,
ParseTree operand) |
UnionTypeTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> types) |
UpdateExpressionTree(SourceRange location,
Token operator,
UpdateExpressionTree.OperatorPosition operatorPosition,
ParseTree operand) |
VariableDeclarationListTree(SourceRange location,
TokenType declarationType,
com.google.common.collect.ImmutableList<VariableDeclarationTree> declarations) |
VariableDeclarationTree(SourceRange location,
ParseTree lvalue,
ParseTree declaredType,
ParseTree initializer) |
VariableStatementTree(SourceRange location,
VariableDeclarationListTree declarations) |
WhileStatementTree(SourceRange location,
ParseTree condition,
ParseTree body) |
WithStatementTree(SourceRange location,
ParseTree expression,
ParseTree body) |
YieldExpressionTree(SourceRange location,
boolean isYieldFor,
ParseTree expression) |