@FunctionalInterface
public interface ParameterConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Aast ast,
ParameterKey key,
int idx)
Process the given parameter key which is associated with the passed AST node.
|
void accept(Aast ast, ParameterKey key, int idx)
ast - The parameter's AST node.key - The calculated parameter key for this node.idx - The 0-based ordinal position of this parameter.