@Documented @Retention(RUNTIME) @Target(PARAMETER) @DigesterRule(reflectsRule=CallParamRule.class, providedBy=StackCallParamRuleProvider.class) public @interface StackCallParam
StackCallParam will be bound
with CallParamRule digester rule.Digester.addCallParam(String,int,int)| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.String |
pattern |
The element matching pattern.
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
int |
stackIndex |
The call parameter to the stackIndex'th object down the stack, where 0 is
the top of the stack, 1 the next element down and so on.
|
java.lang.String pattern
int stackIndex