org.millscript.millscript.datatypes
Class AbstractListAware

java.lang.Object
  extended by org.millscript.millscript.datatypes.AbstractListAware
All Implemented Interfaces:
ListAware, MapAware
Direct Known Subclasses:
XmlElement

public abstract class AbstractListAware
extends java.lang.Object
implements ListAware

This class provides a skeletal implementation of the ListAware interface, to minimize the effort required to implement this interface.


Constructor Summary
AbstractListAware()
           
 
Method Summary
 org.millscript.commons.util.IMap asMap()
          Returns this object as a Map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.millscript.millscript.datatypes.ListAware
asList, asOriginal, sameAs
 

Constructor Detail

AbstractListAware

public AbstractListAware()
Method Detail

asMap

public org.millscript.commons.util.IMap asMap()
Description copied from interface: MapAware
Returns this object as a Map.

Specified by:
asMap in interface MapAware
Returns:
a Map for this object
See Also:
MapAware.asMap()


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.