Class ComputedPropertyGetterTree


  • public class ComputedPropertyGetterTree
    extends ParseTree
    • Field Detail

      • isStatic

        public final boolean isStatic
    • Constructor Detail

      • ComputedPropertyGetterTree

        public ComputedPropertyGetterTree​(SourceRange location,
                                          ParseTree property,
                                          boolean isStatic,
                                          BlockTree body)