Class TemplateLiteralExpressionTree


  • public class TemplateLiteralExpressionTree
    extends ParseTree
    Template literal production in ES6.
    • Field Detail

      • operand

        @Nullable
        public final ParseTree operand
      • elements

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

      • TemplateLiteralExpressionTree

        public TemplateLiteralExpressionTree​(SourceRange location,
                                             ParseTree operand,
                                             com.google.common.collect.ImmutableList<ParseTree> elements)