sealed case class JSDelete(qualifier: Tree, item: Tree)(implicit pos: Position) extends Tree with Product with Serializable
delete qualifier[item]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSDelete
- Serializable
- Serializable
- Product
- Equals
- Tree
- TreeOrJSSpread
- IRNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All