railo.intergral.fusiondebug.server.type.coll
Class FDCollection

java.lang.Object
  extended by railo.intergral.fusiondebug.server.type.FDValueSupport
      extended by railo.intergral.fusiondebug.server.type.coll.FDCollection
All Implemented Interfaces:
com.intergral.fusiondebug.server.IFDValue

public class FDCollection
extends FDValueSupport


Constructor Summary
FDCollection(com.intergral.fusiondebug.server.IFDStackFrame frame, String name, Collection coll)
          Constructor of the class
FDCollection(com.intergral.fusiondebug.server.IFDStackFrame frame, String name, Collection coll, Collection.Key[] keys)
           
 
Method Summary
 List getChildren()
           
 String getName()
           
 com.intergral.fusiondebug.server.IFDStackFrame getStackFrame()
           
 boolean hasChildren()
           
 boolean isMutable()
           
 void set(String arg0)
           
 String toString()
           
 
Methods inherited from class railo.intergral.fusiondebug.server.type.FDValueSupport
getChildren, hasChildren
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FDCollection

public FDCollection(com.intergral.fusiondebug.server.IFDStackFrame frame,
                    String name,
                    Collection coll)
Constructor of the class

Parameters:
frame -
name -
name -
coll -

FDCollection

public FDCollection(com.intergral.fusiondebug.server.IFDStackFrame frame,
                    String name,
                    Collection coll,
                    Collection.Key[] keys)
Method Detail

getChildren

public List getChildren()

getStackFrame

public com.intergral.fusiondebug.server.IFDStackFrame getStackFrame()

isMutable

public boolean isMutable()

set

public void set(String arg0)
         throws com.intergral.fusiondebug.server.FDMutabilityException,
                com.intergral.fusiondebug.server.FDLanguageException
Throws:
com.intergral.fusiondebug.server.FDMutabilityException
com.intergral.fusiondebug.server.FDLanguageException

hasChildren

public boolean hasChildren()

toString

public String toString()
Specified by:
toString in interface com.intergral.fusiondebug.server.IFDValue
Overrides:
toString in class Object

getName

public String getName()
Specified by:
getName in class FDValueSupport


Copyright © 2012 Railo