BlockNode
A sequence of statements.
Constructors
BlockNode
Link copied to clipboard
fun BlockNode(statements: List<StatementNode>, sourceLocation: SourceLocation, comment: String? = null)
Content copied to clipboard
BlockNode
Link copied to clipboard
fun BlockNode(vararg statements: StatementNode, sourceLocation: SourceLocation, comment: String? = null)
Content copied to clipboard
Functions
contains
Link copied to clipboard
containsAll
Link copied to clipboard
open override fun containsAll(elements: Collection<StatementNode>): Boolean
Content copied to clipboard
forEach
Link copied to clipboard
get
Link copied to clipboard
indexOf
Link copied to clipboard
iterator
Link copied to clipboard
lastIndexOf
Link copied to clipboard
listIterator
Link copied to clipboard
parallelStream
Link copied to clipboard
spliterator
Link copied to clipboard
stream
Link copied to clipboard
toDocument
Link copied to clipboard