Class ExportDeclarationTree


  • public class ExportDeclarationTree
    extends ParseTree
    • Field Detail

      • isDefault

        public final boolean isDefault
      • isExportAll

        public final boolean isExportAll
      • declaration

        public final ParseTree declaration
      • exportSpecifierList

        public final com.google.common.collect.ImmutableList<ParseTree> exportSpecifierList
    • Constructor Detail

      • ExportDeclarationTree

        public ExportDeclarationTree​(SourceRange location,
                                     boolean isDefault,
                                     boolean isExportAll,
                                     ParseTree declaration,
                                     com.google.common.collect.ImmutableList<ParseTree> exportSpecifierList,
                                     LiteralToken from)