| Package | Description |
|---|---|
| org.jamon.node |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedParamsNode |
class |
NoParamsNode |
class |
UnnamedParamsNode |
| Modifier and Type | Method and Description |
|---|---|
AbstractParamsNode |
AbstractComponentCallNode.getParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
DepthFirstAnalysisAdapter.caseAbstractParamsNode(AbstractParamsNode node) |
void |
AnalysisAdapter.caseAbstractParamsNode(AbstractParamsNode node) |
void |
Analysis.caseAbstractParamsNode(AbstractParamsNode node) |
void |
DepthFirstAnalysisAdapter.inAbstractParamsNode(AbstractParamsNode node) |
void |
DepthFirstAnalysisAdapter.outAbstractParamsNode(AbstractParamsNode node) |
| Constructor and Description |
|---|
AbstractComponentCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params) |
FragmentCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params,
UnnamedFragmentNode fragment) |
MultiFragmentCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params) |
SimpleCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params) |
Copyright © 2003–2015 Jamon developers. All rights reserved.