Class ComputedPropertyFieldTree

java.lang.Object
com.google.javascript.jscomp.parsing.parser.trees.ParseTree
com.google.javascript.jscomp.parsing.parser.trees.ComputedPropertyFieldTree

public class ComputedPropertyFieldTree extends ParseTree
Tree for public comptuted property fields
  • Field Details

    • property

      public final ParseTree property
    • isStatic

      public final boolean isStatic
    • initializer

      public final @Nullable ParseTree initializer
  • Constructor Details

    • ComputedPropertyFieldTree

      public ComputedPropertyFieldTree(SourceRange location, ParseTree property, boolean isStatic, ParseTree initializer)