Class ComputedPropertyGetterTree

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

public class ComputedPropertyGetterTree extends ParseTree
  • Field Details

    • property

      public final ParseTree property
    • isStatic

      public final boolean isStatic
    • body

      public final BlockTree body
  • Constructor Details