|
Scala 2.3.3.10048
|
case
class
If
extends
scala.reflect.Tree
with
scala.ScalaObject
with
scala.Product
Constructor Summary | |
def
this
(condition: scala.reflect.Tree, trueCase: scala.reflect.Tree, falseCase: scala.reflect.Tree)
|
Val Summary | |
val
condition
: scala.reflect.Tree
|
|
val
falseCase
: scala.reflect.Tree
|
|
val
trueCase
: scala.reflect.Tree
|
Def Summary | |
final override
|
def
$tag
: scala.Int
|
final override
|
def
arity
: scala.Int
|
final override
|
def
element
(x$1: scala.Int)
: scala.Any
|
override
|
def
equals
(x$1: scala.Any)
: scala.Boolean
|
override
|
def
hashCode
: scala.Int
|
final override
|
def
productPrefix
: java.lang.String
|
override
|
def
toString
: java.lang.String
|
Def inherited from scala.Product | |
arity , element, productPrefix |
Constructor Detail |
def
this
(condition: scala.reflect.Tree, trueCase: scala.reflect.Tree, falseCase: scala.reflect.Tree)
Val Detail |
val
condition
: scala.reflect.Tree
val
falseCase
: scala.reflect.Tree
val
trueCase
: scala.reflect.Tree
Def Detail |
final override
def
$tag
: scala.Int
final override
def
arity
: scala.Int
override
def
equals
(x$1: scala.Any): scala.Boolean
override
def
hashCode
: scala.Int
final override
def
productPrefix
: java.lang.String
override
def
toString
: java.lang.String