com
.
thoughtworks
.
compute
.
Trees
AlphaConversionContext
Related Doc:
package Trees
final
class
AlphaConversionContext
extends
IdentityHashMap
[
Tree
,
Tree
]
Source
Trees.scala
Linear Supertypes
IdentityHashMap
[
Tree
,
Tree
],
Cloneable
,
Serializable
,
AbstractMap
[
Tree
,
Tree
],
Map
[
Tree
,
Tree
],
AnyRef
,
Any
Type Hierarchy
AlphaConversionContext
IdentityHashMap[Tree, Tree]
Ordering
Alphabetic
By Inheritance
Inherited
AlphaConversionContext
IdentityHashMap
Cloneable
Serializable
AbstractMap
Map
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
AlphaConversionContext
()
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
AlphaConversionContext
to
any2stringadd
[
AlphaConversionContext
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
AlphaConversionContext
,
B
)
Implicit information
This member is added by an implicit conversion from
AlphaConversionContext
to
ArrowAssoc
[
AlphaConversionContext
] 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
clear
()
:
Unit
Definition Classes
IdentityHashMap → AbstractMap → Map
def
clone
()
:
AnyRef
Definition Classes
IdentityHashMap → AbstractMap → AnyRef
def
compute
(
arg0:
Tree
,
arg1:
BiFunction
[_ >:
Tree
, _ >:
Tree
, _ <:
Tree
]
)
:
Tree
Definition Classes
Map
def
computeIfAbsent
(
arg0:
Tree
,
arg1:
Function
[_ >:
Tree
, _ <:
Tree
]
)
:
Tree
Definition Classes
Map
def
computeIfPresent
(
arg0:
Tree
,
arg1:
BiFunction
[_ >:
Tree
, _ >:
Tree
, _ <:
Tree
]
)
:
Tree
Definition Classes
Map
def
containsKey
(
arg0:
Any
)
:
Boolean
Definition Classes
IdentityHashMap → AbstractMap → Map
def
containsValue
(
arg0:
Any
)
:
Boolean
Definition Classes
IdentityHashMap → AbstractMap → Map
def
ensuring
(
cond: (
AlphaConversionContext
) ⇒
Boolean
,
msg: ⇒
Any
)
:
AlphaConversionContext
Implicit information
This member is added by an implicit conversion from
AlphaConversionContext
to
Ensuring
[
AlphaConversionContext
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
AlphaConversionContext
) ⇒
Boolean
)
:
AlphaConversionContext
Implicit information
This member is added by an implicit conversion from
AlphaConversionContext
to
Ensuring
[
AlphaConversionContext
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
AlphaConversionContext
Implicit information
This member is added by an implicit conversion from
AlphaConversionContext
to
Ensuring
[
AlphaConversionContext
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
AlphaConversionContext
Implicit information
This member is added by an implicit conversion from
AlphaConversionContext
to
Ensuring
[
AlphaConversionContext
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
entrySet
()
:
Set
[
Entry
[
Tree
,
Tree
]]
Definition Classes
IdentityHashMap → AbstractMap → Map
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
IdentityHashMap → AbstractMap → Map → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
forEach
(
arg0:
BiConsumer
[_ >:
Tree
, _ >:
Tree
]
)
:
Unit
Definition Classes
IdentityHashMap → Map
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
AlphaConversionContext
to
StringFormat
[
AlphaConversionContext
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
def
get
(
arg0:
Any
)
:
Tree
Definition Classes
IdentityHashMap → AbstractMap → Map
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getOrDefault
(
arg0:
Any
,
arg1:
Tree
)
:
Tree
Definition Classes
Map
def
hashCode
()
:
Int
Definition Classes
IdentityHashMap → AbstractMap → Map → AnyRef → Any
def
isEmpty
()
:
Boolean
Definition Classes
IdentityHashMap → AbstractMap → Map
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
keySet
()
:
Set
[
Tree
]
Definition Classes
IdentityHashMap → AbstractMap → Map
def
merge
(
arg0:
Tree
,
arg1:
Tree
,
arg2:
BiFunction
[_ >:
Tree
, _ >:
Tree
, _ <:
Tree
]
)
:
Tree
Definition Classes
Map
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
put
(
arg0:
Tree
,
arg1:
Tree
)
:
Tree
Definition Classes
IdentityHashMap → AbstractMap → Map
def
putAll
(
arg0:
Map
[_ <:
Tree
, _ <:
Tree
]
)
:
Unit
Definition Classes
IdentityHashMap → AbstractMap → Map
def
putIfAbsent
(
arg0:
Tree
,
arg1:
Tree
)
:
Tree
Definition Classes
Map
def
remove
(
arg0:
Any
)
:
Tree
Definition Classes
IdentityHashMap → AbstractMap → Map
def
remove
(
arg0:
Any
,
arg1:
Any
)
:
Boolean
Definition Classes
Map
def
replace
(
arg0:
Tree
,
arg1:
Tree
)
:
Tree
Definition Classes
Map
def
replace
(
arg0:
Tree
,
arg1:
Tree
,
arg2:
Tree
)
:
Boolean
Definition Classes
Map
def
replaceAll
(
arg0:
BiFunction
[_ >:
Tree
, _ >:
Tree
, _ <:
Tree
]
)
:
Unit
Definition Classes
IdentityHashMap → Map
var
seed
:
Int
def
size
()
:
Int
Definition Classes
IdentityHashMap → AbstractMap → Map
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AbstractMap → AnyRef → Any
def
values
()
:
Collection
[
Tree
]
Definition Classes
IdentityHashMap → AbstractMap → Map
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
)
: (
AlphaConversionContext
,
B
)
Implicit information
This member is added by an implicit conversion from
AlphaConversionContext
to
ArrowAssoc
[
AlphaConversionContext
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
IdentityHashMap
[
Tree
,
Tree
]
Inherited from
Cloneable
Inherited from
Serializable
Inherited from
AbstractMap
[
Tree
,
Tree
]
Inherited from
Map
[
Tree
,
Tree
]
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
AlphaConversionContext
to
any2stringadd
[
AlphaConversionContext
]
Inherited by implicit conversion StringFormat from
AlphaConversionContext
to
StringFormat
[
AlphaConversionContext
]
Inherited by implicit conversion Ensuring from
AlphaConversionContext
to
Ensuring
[
AlphaConversionContext
]
Inherited by implicit conversion ArrowAssoc from
AlphaConversionContext
to
ArrowAssoc
[
AlphaConversionContext
]
Ungrouped