| Package | Description |
|---|---|
| org.lsst.gruth.jutils | |
| org.lsst.gruth.nodes |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentNode<T extends ComponentNode<T>>
A node for a tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptiveNode
this class replaces the initial ComponentNode: its content is only about
description of classes and parameters it does not contain actual components
(represented by EffectiveNode objects))
|
class |
EffectiveNode
This class is to replace the initial ComponentNode class.
|
| Modifier and Type | Field and Description |
|---|---|
protected ComponentNode |
ComponentNode.calls
a node containing special subnodes that describe method calls to be operated later on object value
(may be changed to a special structure)
|
protected T |
ComponentNode.parent |
| Modifier and Type | Method and Description |
|---|---|
ComponentNode |
CallBuilders.CallBuilds.buildCalls(ComponentNode node,
Object obj) |
ComponentNode |
ComponentNode.getCalls() |
ComponentNode |
ComponentNode.setCalls(ComponentNode callsNode) |
| Modifier and Type | Method and Description |
|---|---|
ComponentNode |
CallBuilders.CallBuilds.buildCalls(ComponentNode node,
Object obj) |
ComponentNode |
ComponentNode.setCalls(ComponentNode callsNode) |
| Modifier and Type | Method and Description |
|---|---|
ComponentNode |
MethodCallsBuilder.getCalls() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentTreePrinter.print(ComponentNode node) |
protected void |
ComponentTreePrinter.printName(ComponentNode node) |
| Constructor and Description |
|---|
MethodCallsBuilder(ComponentNode support,
groovy.lang.Closure callsDescription) |
Copyright © 2015 LSST. All rights reserved.