scala
.
meta
.
tokens
.
Token
LeftBrace
Related Docs:
object LeftBrace
|
package Token
final
class
LeftBrace
extends
OpenDelim
with
Product
with
Serializable
Annotations
@tokenClass
(
"{"
,
false
)
@leafClass
()
Linear Supertypes
OpenDelim
,
Punct
,
Symbolic
,
Token
,
Serializable
,
java.io.Serializable
,
Product
,
scala.Equals
,
internal.tokens.Metadata.Token
,
Adt
,
InternalToken
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
LeftBrace
OpenDelim
Punct
Symbolic
Token
Serializable
Serializable
Product
Equals
Token
Adt
InternalToken
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
LeftBrace
(
input:
Input
,
dialect:
Dialect
,
start:
Int
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
LeftBrace
to
any2stringadd
[
LeftBrace
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
LeftBrace
,
B
)
Implicit information
This member is added by an implicit conversion from
LeftBrace
to
ArrowAssoc
[
LeftBrace
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
canEqual
(
other:
Any
)
:
Boolean
Definition Classes
LeftBrace
→ Equals
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
copy
(
input:
Input
=
this.input
,
dialect:
Dialect
=
this.dialect
,
start:
Int
=
this.start
)
:
LeftBrace
val
dialect
:
Dialect
Definition Classes
LeftBrace
→
Token
def
end
:
Int
Definition Classes
LeftBrace
→
Token
def
ensuring
(
cond: (
LeftBrace
) ⇒
Boolean
,
msg: ⇒
Any
)
:
LeftBrace
Implicit information
This member is added by an implicit conversion from
LeftBrace
to
Ensuring
[
LeftBrace
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
LeftBrace
) ⇒
Boolean
)
:
LeftBrace
Implicit information
This member is added by an implicit conversion from
LeftBrace
to
Ensuring
[
LeftBrace
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
LeftBrace
Implicit information
This member is added by an implicit conversion from
LeftBrace
to
Ensuring
[
LeftBrace
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
LeftBrace
Implicit information
This member is added by an implicit conversion from
LeftBrace
to
Ensuring
[
LeftBrace
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
other:
Any
)
:
Boolean
Definition Classes
LeftBrace
→ Equals → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
LeftBrace
to
StringFormat
[
LeftBrace
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
LeftBrace
→ AnyRef → Any
val
input
:
Input
Definition Classes
LeftBrace
→
Token
final
def
isEmpty
:
Boolean
Definition Classes
Token
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
pos
:
Position
Definition Classes
LeftBrace
→
Token
def
productArity
:
Int
Definition Classes
LeftBrace
→ Product
def
productElement
(
n:
Int
)
:
Any
Definition Classes
LeftBrace
→ Product
def
productIterator
:
Iterator
[
Any
]
Definition Classes
LeftBrace
→ Product
def
productPrefix
:
String
Definition Classes
LeftBrace
→ Product
val
start
:
Int
Definition Classes
LeftBrace
→
Token
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
text
:
String
Definition Classes
Token
final
def
toString
()
:
String
Definition Classes
LeftBrace
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
→
[
B
]
(
y:
B
)
: (
LeftBrace
,
B
)
Implicit information
This member is added by an implicit conversion from
LeftBrace
to
ArrowAssoc
[
LeftBrace
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
OpenDelim
Inherited from
Punct
Inherited from
Symbolic
Inherited from
Token
Inherited from
Serializable
Inherited from
java.io.Serializable
Inherited from
Product
Inherited from
scala.Equals
Inherited from
internal.tokens.Metadata.Token
Inherited from
Adt
Inherited from
InternalToken
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
LeftBrace
to
any2stringadd
[
LeftBrace
]
Inherited by implicit conversion StringFormat from
LeftBrace
to
StringFormat
[
LeftBrace
]
Inherited by implicit conversion Ensuring from
LeftBrace
to
Ensuring
[
LeftBrace
]
Inherited by implicit conversion ArrowAssoc from
LeftBrace
to
ArrowAssoc
[
LeftBrace
]
Ungrouped