Package | Description |
---|---|
org.jamon.node | |
org.jamon.parser |
Modifier and Type | Class and Description |
---|---|
class |
ArgsNode |
class |
FragmentArgsNode |
Modifier and Type | Method and Description |
---|---|
AbstractArgsNode |
AbstractArgsNode.addArg(ArgNode arg) |
Modifier and Type | Method and Description |
---|---|
List<AbstractArgsNode> |
AbsMethodNode.getArgsBlocks() |
Modifier and Type | Method and Description |
---|---|
AbsMethodNode |
AbsMethodNode.addArgsBlock(AbstractArgsNode argsBlock) |
void |
Analysis.caseAbstractArgsNode(AbstractArgsNode node) |
void |
DepthFirstAnalysisAdapter.caseAbstractArgsNode(AbstractArgsNode node) |
void |
AnalysisAdapter.caseAbstractArgsNode(AbstractArgsNode node) |
void |
DepthFirstAnalysisAdapter.inAbstractArgsNode(AbstractArgsNode node) |
void |
DepthFirstAnalysisAdapter.outAbstractArgsNode(AbstractArgsNode node) |
Modifier and Type | Method and Description |
---|---|
protected AbstractArgsNode |
ArgsParser.makeArgsNode(org.jamon.api.Location tagLocation) |
protected AbstractArgsNode |
FragmentArgsParser.makeArgsNode(org.jamon.api.Location tagLocation) |
protected abstract AbstractArgsNode |
AbstractArgsParser.makeArgsNode(org.jamon.api.Location tagLocation) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ArgsParser.handleDefaultValue(AbstractArgsNode argsNode,
ArgTypeNode argType,
ArgNameNode argName) |
protected boolean |
FragmentArgsParser.handleDefaultValue(AbstractArgsNode argsNode,
ArgTypeNode argType,
ArgNameNode argName) |
protected abstract boolean |
AbstractArgsParser.handleDefaultValue(AbstractArgsNode argsNode,
ArgTypeNode argType,
ArgNameNode argName)
Handle a default value for an arg; returns true if there is one.
|
Copyright © 2003–2015 Jamon developers. All rights reserved.