dregex
.
impl
.
RegexTree
Lit
Related Doc:
package RegexTree
case class
Lit
(
char:
UnicodeChar
)
extends
AbstractRange
with
Product1
[
UnicodeChar
] with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product1
[
UnicodeChar
],
AbstractRange
,
Product2
[
UnicodeChar
,
UnicodeChar
],
Product
,
Equals
,
Node
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Lit
Serializable
Serializable
Product1
AbstractRange
Product2
Product
Equals
Node
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Lit
(
char:
UnicodeChar
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
_1
:
UnicodeChar
Definition Classes
AbstractRange
→ Product2
def
_2
:
UnicodeChar
Definition Classes
AbstractRange
→ Product2
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
canonical
:
Node
Definition Classes
AbstractRange
→
Node
val
char
:
UnicodeChar
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
anyThat:
Any
)
:
Boolean
Definition Classes
AbstractRange
→ Equals → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
from
:
UnicodeChar
Definition Classes
Lit
→
AbstractRange
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AbstractRange
→ AnyRef → Any
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
precedence
:
Int
Definition Classes
Lit
→
Node
def
productArity
:
Int
Definition Classes
Product1 → Product
def
productElement
(
n:
Int
)
:
Any
Definition Classes
Product1 → Product
Annotations
@throws
(
...
)
def
size
:
Int
Definition Classes
AbstractRange
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
to
:
UnicodeChar
Definition Classes
Lit
→
AbstractRange
def
toCharClassLit
:
String
Definition Classes
Lit
→
AbstractRange
def
toRegex
:
String
Definition Classes
Lit
→
Node
def
toString
()
:
String
Definition Classes
Lit
→ 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
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product1
[
UnicodeChar
]
Inherited from
AbstractRange
Inherited from
Product2
[
UnicodeChar
,
UnicodeChar
]
Inherited from
Product
Inherited from
Equals
Inherited from
Node
Inherited from
AnyRef
Inherited from
Any
Ungrouped