scalajsbundler
.
util
JS
final
case class
JS
(
tree:
Tree
)
extends
AnyVal
with
Product
with
Serializable
A convenient wrapper around JS trees
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyVal
,
NotNull
,
Any
Ordering
Alphabetic
By inheritance
Inherited
JS
Serializable
Serializable
Product
Equals
AnyVal
NotNull
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
JS
(
tree:
Tree
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
apply
(
args:
JS
*
)
:
JS
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
assign
(
rhs:
JS
)
:
JS
def
bracket
(
ident:
JS
)
:
JS
def
bracket
(
ident:
String
)
:
JS
def
dot
(
ident:
String
)
:
JS
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
show
:
String
val
tree
:
Tree
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyVal
Inherited from
NotNull
Inherited from
Any
Ungrouped
A convenient wrapper around JS trees