Package | Description |
---|---|
org.jamon.node | |
org.jamon.parser |
Modifier and Type | Class and Description |
---|---|
class |
AbsolutePathNode |
class |
NamedAliasPathNode |
class |
RelativePathNode |
class |
RootAliasPathNode |
Modifier and Type | Method and Description |
---|---|
AbstractPathNode |
AbstractPathNode.addPathElement(AbstractPathElementNode pathElement) |
AbstractPathNode |
AbstractComponentCallNode.getCallPath() |
AbstractPathNode |
ExtendsNode.getPath() |
AbstractPathNode |
ReplacesNode.getPath() |
AbstractPathNode |
AliasDefNode.getPath() |
Modifier and Type | Method and Description |
---|---|
void |
Analysis.caseAbstractPathNode(AbstractPathNode node) |
void |
DepthFirstAnalysisAdapter.caseAbstractPathNode(AbstractPathNode node) |
void |
AnalysisAdapter.caseAbstractPathNode(AbstractPathNode node) |
void |
DepthFirstAnalysisAdapter.inAbstractPathNode(AbstractPathNode node) |
void |
DepthFirstAnalysisAdapter.outAbstractPathNode(AbstractPathNode node) |
Constructor and Description |
---|
AbstractComponentCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params) |
AliasDefNode(org.jamon.api.Location location,
String name,
AbstractPathNode path) |
ExtendsNode(org.jamon.api.Location location,
AbstractPathNode path) |
FragmentCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params,
UnnamedFragmentNode fragment) |
MultiFragmentCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params) |
ReplacesNode(org.jamon.api.Location location,
AbstractPathNode path) |
SimpleCallNode(org.jamon.api.Location location,
AbstractPathNode callPath,
AbstractParamsNode params) |
Modifier and Type | Method and Description |
---|---|
AbstractPathNode |
PathParser.getPathNode() |
protected AbstractPathNode |
AbstractParser.parsePath() |
Copyright © 2003–2015 Jamon developers. All rights reserved.