ast
.
dsl
ComponentBody
Related Doc:
package dsl
case class
ComponentBody
(
events:
List
[
BoolIdent
]
,
locals:
List
[
FlowDeclaration
]
,
definitions:
List
[
FlowDefinition
]
)
extends
ASTNode
with
ParentField
[
ComponentDeclaration
] with
NamespaceField
[
ComponentBodyNamespace
] with
Product
with
Serializable
Component body.
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
NamespaceField
[
ComponentBodyNamespace
],
ParentField
[
ComponentDeclaration
],
ASTNode
,
SourceMapped
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ComponentBody
Serializable
Serializable
Product
Equals
NamespaceField
ParentField
ASTNode
SourceMapped
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ComponentBody
(
events:
List
[
BoolIdent
]
,
locals:
List
[
FlowDeclaration
]
,
definitions:
List
[
FlowDefinition
]
)
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
addAltLoc
(
loc:
InFile
)
:
Unit
Definition Classes
SourceMapped
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
definitions
:
List
[
FlowDefinition
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
events
:
List
[
BoolIdent
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
locals
:
List
[
FlowDeclaration
]
def
location
:
SourceLocation
Gets the location.
Gets the location.
Definition Classes
SourceMapped
def
location_
(
loc:
SourceLocation
)
:
Unit
Sets the location.
Sets the location.
Definition Classes
SourceMapped
def
namespace
:
ComponentBodyNamespace
Definition Classes
NamespaceField
def
namespaceOpt
:
Option
[
ComponentBodyNamespace
]
Definition Classes
NamespaceField
def
namespace_
(
n:
ComponentBodyNamespace
)
:
Unit
Definition Classes
NamespaceField
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
otherOpLocation
:
List
[
InFile
]
Definition Classes
SourceMapped
def
parent
:
ComponentDeclaration
Definition Classes
ParentField
def
parentOpt
:
Option
[
ComponentDeclaration
]
Definition Classes
ParentField
def
parent_
(
p:
ComponentDeclaration
)
:
Unit
Definition Classes
ParentField
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
ComponentBody
→ 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
Product
Inherited from
Equals
Inherited from
NamespaceField
[
ComponentBodyNamespace
]
Inherited from
ParentField
[
ComponentDeclaration
]
Inherited from
ASTNode
Inherited from
SourceMapped
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Component body.