public class ImportDeclarationTree extends ParseTree
Modifier and Type | Field and Description |
---|---|
IdentifierToken |
defaultBindingIndentifier |
com.google.common.collect.ImmutableList<ParseTree> |
importSpecifierList |
LiteralToken |
moduleSpecifier |
Constructor and Description |
---|
ImportDeclarationTree(SourceRange location,
IdentifierToken defaultBindingIndentifier,
com.google.common.collect.ImmutableList<ParseTree> importSpecifierList,
LiteralToken moduleSpecifier) |
asArgumentList, asArrayLiteralExpression, asArrayPattern, asAssignmentRestElement, asBinaryOperator, asBlock, asBreakStatement, asCallExpression, asCaseClause, asCatch, asClassDeclaration, asCommaExpression, asComprehension, asComprehensionFor, asComprehensionIf, asComputedPropertyDefinition, asComputedPropertyGetter, asComputedPropertyMethod, asComputedPropertySetter, asConditionalExpression, asContinueStatement, asDebuggerStatement, asDefaultClause, asDefaultParameter, asDoWhileStatement, asEmptyStatement, asExportDeclaration, asExportSpecifier, asExpressionStatement, asFinally, asForInStatement, asFormalParameterList, asForOfStatement, asForStatement, asFunctionDeclaration, asGetAccessor, asIdentifierExpression, asIfStatement, asImportDeclaration, asImportSpecifier, asLabelledStatement, asLiteralExpression, asMemberExpression, asMemberLookupExpression, asMissingPrimaryExpression, asModuleImport, asNewExpression, asNull, asObjectLiteralExpression, asObjectPattern, asObjectPatternField, asParenExpression, asPostfixExpression, asProgram, asPropertyNameAssignment, asRestParameter, asReturnStatement, asSetAccessor, asSpreadExpression, asSuperExpression, asSwitchStatement, asTemplateLiteralExpression, asTemplateLiteralPortion, asTemplateSubstitution, asThisExpression, asThrowStatement, asTryStatement, asUnaryExpression, asVariableDeclaration, asVariableDeclarationList, asVariableStatement, asWhileStatement, asWithStatement, asYieldStatement, isAssignmentExpression, isAssignmentOrSpread, isAssignmentRestElement, isExpression, isLeftHandSideExpression, isMemberExpression, isNull, isPattern, isRestParameter, isSourceElement, isStatement, isStatementStandard, toString
public final IdentifierToken defaultBindingIndentifier
public final com.google.common.collect.ImmutableList<ParseTree> importSpecifierList
public final LiteralToken moduleSpecifier
public ImportDeclarationTree(SourceRange location, IdentifierToken defaultBindingIndentifier, com.google.common.collect.ImmutableList<ParseTree> importSpecifierList, LiteralToken moduleSpecifier)
Copyright © 2009-2014 Google. All Rights Reserved.