Package org.harctoolbox.irp
Class DumpItemCodeGenerator
java.lang.Object
org.harctoolbox.irp.ItemCodeGenerator
org.harctoolbox.irp.DumpItemCodeGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAggregate(String string, Object... args) voidaddAggregateList(String name, Map<String, Object> map) voidaddAttribute(String name, Object value) voidinspect()voidrender()For uniformity, should end with a line separator.voidsetAttribute(String name, Object value) Methods inherited from class org.harctoolbox.irp.ItemCodeGenerator
addAggregateList, addAttribute, setAttribute
-
Constructor Details
-
DumpItemCodeGenerator
-
-
Method Details
-
setAttribute
- Specified by:
setAttributein classItemCodeGenerator
-
addAttribute
- Specified by:
addAttributein classItemCodeGenerator
-
addAggregate
- Specified by:
addAggregatein classItemCodeGenerator
-
addAggregateList
- Specified by:
addAggregateListin classItemCodeGenerator
-
inspect
public void inspect()- Specified by:
inspectin classItemCodeGenerator
-
inspectAndWait
public void inspectAndWait()- Specified by:
inspectAndWaitin classItemCodeGenerator
-
render
Description copied from class:ItemCodeGeneratorFor uniformity, should end with a line separator.- Specified by:
renderin classItemCodeGenerator- Returns:
-