Modifier and Type |
Method and Description |
AmbientDeclarationTree |
asAmbientDeclaration() |
ArrayLiteralExpressionTree |
asArrayLiteralExpression() |
ArrayPatternTree |
asArrayPattern() |
ArrayTypeTree |
asArrayType() |
AssignmentRestElementTree |
asAssignmentRestElement() |
AwaitExpressionTree |
asAwaitExpression() |
BinaryOperatorTree |
asBinaryOperator() |
BlockTree |
asBlock() |
BreakStatementTree |
asBreakStatement() |
CallExpressionTree |
asCallExpression() |
CallSignatureTree |
asCallSignature() |
CaseClauseTree |
asCaseClause() |
CatchTree |
asCatch() |
ClassDeclarationTree |
asClassDeclaration() |
CommaExpressionTree |
asCommaExpression() |
ComprehensionTree |
asComprehension() |
ComprehensionForTree |
asComprehensionFor() |
ComprehensionIfTree |
asComprehensionIf() |
ComputedPropertyDefinitionTree |
asComputedPropertyDefinition() |
ComputedPropertyGetterTree |
asComputedPropertyGetter() |
ComputedPropertyMemberVariableTree |
asComputedPropertyMemberVariable() |
ComputedPropertyMethodTree |
asComputedPropertyMethod() |
ComputedPropertySetterTree |
asComputedPropertySetter() |
ConditionalExpressionTree |
asConditionalExpression() |
ContinueStatementTree |
asContinueStatement() |
DebuggerStatementTree |
asDebuggerStatement() |
DefaultClauseTree |
asDefaultClause() |
DefaultParameterTree |
asDefaultParameter() |
DoWhileStatementTree |
asDoWhileStatement() |
EmptyStatementTree |
asEmptyStatement() |
EnumDeclarationTree |
asEnumDeclaration() |
ExportDeclarationTree |
asExportDeclaration() |
ExportSpecifierTree |
asExportSpecifier() |
ExpressionStatementTree |
asExpressionStatement() |
FinallyTree |
asFinally() |
ForInStatementTree |
asForInStatement() |
FormalParameterListTree |
asFormalParameterList() |
ForOfStatementTree |
asForOfStatement() |
ForStatementTree |
asForStatement() |
FunctionDeclarationTree |
asFunctionDeclaration() |
FunctionTypeTree |
asFunctionType() |
GenericTypeListTree |
asGenericTypeList() |
GetAccessorTree |
asGetAccessor() |
IdentifierExpressionTree |
asIdentifierExpression() |
IfStatementTree |
asIfStatement() |
ImportDeclarationTree |
asImportDeclaration() |
ImportSpecifierTree |
asImportSpecifier() |
IndexSignatureTree |
asIndexSignature() |
InterfaceDeclarationTree |
asInterfaceDeclaration() |
LabelledStatementTree |
asLabelledStatement() |
LiteralExpressionTree |
asLiteralExpression() |
MemberExpressionTree |
asMemberExpression() |
MemberLookupExpressionTree |
asMemberLookupExpression() |
MemberVariableTree |
asMemberVariable() |
MissingPrimaryExpressionTree |
asMissingPrimaryExpression() |
NamespaceDeclarationTree |
asNamespaceDeclaration() |
NewExpressionTree |
asNewExpression() |
NewTargetExpressionTree |
asNewTargetExpression() |
NullTree |
asNull() |
ObjectLiteralExpressionTree |
asObjectLiteralExpression() |
ObjectPatternTree |
asObjectPattern() |
OptionalParameterTree |
asOptionalParameter() |
ParameterizedTypeTree |
asParameterizedType() |
ParenExpressionTree |
asParenExpression() |
ProgramTree |
asProgram() |
PropertyNameAssignmentTree |
asPropertyNameAssignment() |
RecordTypeTree |
asRecordType() |
RestParameterTree |
asRestParameter() |
ReturnStatementTree |
asReturnStatement() |
SetAccessorTree |
asSetAccessor() |
SpreadExpressionTree |
asSpreadExpression() |
SuperExpressionTree |
asSuperExpression() |
SwitchStatementTree |
asSwitchStatement() |
TemplateLiteralExpressionTree |
asTemplateLiteralExpression() |
TemplateLiteralPortionTree |
asTemplateLiteralPortion() |
TemplateSubstitutionTree |
asTemplateSubstitution() |
ThisExpressionTree |
asThisExpression() |
ThrowStatementTree |
asThrowStatement() |
TryStatementTree |
asTryStatement() |
TypeAliasTree |
asTypeAlias() |
TypedParameterTree |
asTypedParameter() |
TypeNameTree |
asTypeName() |
TypeQueryTree |
asTypeQuery() |
UnaryExpressionTree |
asUnaryExpression() |
UnionTypeTree |
asUnionType() |
UpdateExpressionTree |
asUpdateExpression() |
VariableDeclarationTree |
asVariableDeclaration() |
VariableDeclarationListTree |
asVariableDeclarationList() |
VariableStatementTree |
asVariableStatement() |
WhileStatementTree |
asWhileStatement() |
WithStatementTree |
asWithStatement() |
YieldExpressionTree |
asYieldStatement() |
SourcePosition |
getEnd() |
SourcePosition |
getStart() |
boolean |
isAssignmentRestElement() |
boolean |
isPattern() |
boolean |
isRestParameter() |
boolean |
isValidAssignmentTarget() |
String |
toString() |