Class TemplateLiteralPortionTree


  • public class TemplateLiteralPortionTree
    extends ParseTree
    A production representing a literal portion of a template literal. Eg: `hello`.
    • Field Detail

      • value

        public final Token value
    • Constructor Detail

      • TemplateLiteralPortionTree

        public TemplateLiteralPortionTree​(SourceRange location,
                                          Token value)