public static interface TreeModelVisitor.IMergePoint<T>
Modifier and Type | Method and Description |
---|---|
void |
addValue(T value)
Add a predecessor's value to the collection
of predecessor values.
|
Collection<T> |
getValues()
Get the values that predecessor blocks contributed
to this dataflow merge point.
|
void addValue(T value)
value
- - the new precedecessor value.Collection<T> getValues()
Copyright © 2016 The Apache Software Foundation. All rights reserved.