| Modifier and Type | Method and Description |
|---|---|
Scope.Builder |
arguments(Object arguments)
Set arguments of the scope.
|
Scope |
build()
Uses configuration of this builder to create new
Scope object. |
Scope.Builder |
node(Node node)
Set node representing the scope.
|
public Scope.Builder node(Node node)
node - the scope's nodepublic Scope.Builder arguments(Object arguments)
The properties representing the arguments needs to have deterministic iteration order, argument declaration order is recommended.
arguments - arguments of the scope