- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file MacroAdapter.java.
◆ MacroAdapter()
org.turro.parser.processor.MacroAdapter.MacroAdapter |
( |
Macro |
macro, |
|
|
Map< String, String > |
parameters |
|
) |
| |
◆ get()
String org.turro.parser.processor.MacroAdapter.get |
( |
String |
name | ) |
|
Definition at line 48 of file MacroAdapter.java.
49 return parameters.getOrDefault(name, macro.getDefault(name));
◆ getEmpty()
String org.turro.parser.processor.MacroAdapter.getEmpty |
( |
| ) |
|
◆ getName()
String org.turro.parser.processor.MacroAdapter.getName |
( |
| ) |
|
The documentation for this class was generated from the following file: