ix.test
Class MatchChoiceTest.VarMaker

java.lang.Object
  extended by ix.util.ObjectCopier
      extended by ix.test.MatchChoiceTest.VarMaker
All Implemented Interfaces:
ObjectMapper
Enclosing class:
MatchChoiceTest

static class MatchChoiceTest.VarMaker
extends ObjectCopier


Field Summary
(package private)  java.util.Map toVarMap
           
 
Fields inherited from class ix.util.ObjectCopier
syntax
 
Constructor Summary
MatchChoiceTest.VarMaker()
           
 
Method Summary
 java.lang.Object mapElement(java.lang.Object obj)
          Called on subobjects of the object being copied to determine what object takes the subobject's place in the copy.
(package private)  Variable mapItemVar(ItemVar name)
           
 
Methods inherited from class ix.util.ObjectCopier
copy, copyLList, main, mapList, mapMap, mapPrimitive, mapSet, mapStruct, mapXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toVarMap

java.util.Map toVarMap
Constructor Detail

MatchChoiceTest.VarMaker

MatchChoiceTest.VarMaker()
Method Detail

mapElement

public java.lang.Object mapElement(java.lang.Object obj)
Description copied from class: ObjectCopier
Called on subobjects of the object being copied to determine what object takes the subobject's place in the copy. The method in the ObjectCopier class is the identity function. In a subclass that made a deep (recursive) copy, it would call ObjectCopier.copy(Object) on the element.

Overrides:
mapElement in class ObjectCopier

mapItemVar

Variable mapItemVar(ItemVar name)