org
.
kiama
.
attribution
.
AttributionTests
Unused
case class
Unused
(
b:
Boolean
)
extends
Tree
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Tree
,
Attributable
,
Cloneable
,
Product
,
Equals
, AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
Unused
Serializable
Serializable
Tree
Attributable
Cloneable
Product
Equals
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
Unused
(
b:
Boolean
)
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
->
[
T
,
U
]
(
a: (T) ⇒ U
)
(
implicit
b: (Unused.this.type) ⇒ T
)
: U
Definition Classes
Attributable
Annotations
@inline
()
final
def
->
[
U
]
(
a: (Unused.this.type) ⇒ U
)
: U
Definition Classes
Attributable
Annotations
@inline
()
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
val
b
:
Boolean
def
canEqual
(
arg0:
Any
)
:
Boolean
Definition Classes
Unused
→ Equals
def
children
: Iterator[
Attributable
]
Definition Classes
Attributable
def
clone
()
:
Attributable
Definition Classes
Attributable → AnyRef
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
Unused
→ Equals → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
firstChild
[
T
]
: T
Definition Classes
Attributable
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hasChildren
:
Boolean
Definition Classes
Attributable
def
hashCode
()
:
Int
Definition Classes
Unused
→ AnyRef → Any
var
index
:
Int
Definition Classes
Attributable
def
initTreeProperties
()
:
Unit
Definition Classes
Attributable
def
isFirst
:
Boolean
Definition Classes
Attributable
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isLast
:
Boolean
Definition Classes
Attributable
def
isRoot
:
Boolean
Definition Classes
Attributable
def
lastChild
[
T
]
: T
Definition Classes
Attributable
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
next
[
T
]
: T
Definition Classes
Attributable
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
parent
[
T
]
: T
Definition Classes
Attributable
var
parent
:
Attributable
Definition Classes
Attributable
def
prev
[
T
]
: T
Definition Classes
Attributable
def
productArity
:
Int
Definition Classes
Unused
→ Product
def
productElement
(
arg0:
Int
)
:
Any
Definition Classes
Unused
→ Product
def
productIterator
: Iterator[
Any
]
Definition Classes
Product
def
productPrefix
:
String
Definition Classes
Unused
→ Product
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
: String
Definition Classes
Unused
→ 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
()
Deprecated Value Members
def
productElements
: Iterator[
Any
]
Definition Classes
Product
Annotations
@deprecated
Deprecated
(Since version 2.8.0)
use productIterator instead
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Tree
Inherited from
Attributable
Inherited from
Cloneable
Inherited from
Product
Inherited from
Equals
Inherited from AnyRef
Inherited from
Any