case class SwitchNode(data: Switch, nexts: List[Case], defaultNext: List[CanonicalNode]) extends CanonicalNode with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwitchNode
- Serializable
- Serializable
- Product
- Equals
- CanonicalNode
- CanonicalTreeNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SwitchNode(data: Switch, nexts: List[Case], defaultNext: List[CanonicalNode])
Value Members
-
val
data: Switch
- Definition Classes
- SwitchNode → CanonicalNode
- val defaultNext: List[CanonicalNode]
-
def
id: String
- Definition Classes
- CanonicalNode
- val nexts: List[Case]