railo.intergral.fusiondebug.server.type.simple
Class FDSimpleVariable

java.lang.Object
  extended by railo.intergral.fusiondebug.server.type.simple.FDSimpleVariable
All Implemented Interfaces:
com.intergral.fusiondebug.server.IFDVariable

public class FDSimpleVariable
extends Object
implements com.intergral.fusiondebug.server.IFDVariable


Constructor Summary
FDSimpleVariable(com.intergral.fusiondebug.server.IFDStackFrame frame, String name, com.intergral.fusiondebug.server.IFDValue value)
          Constructor of the class
FDSimpleVariable(com.intergral.fusiondebug.server.IFDStackFrame frame, String name, String value, List children)
          Constructor of the class
 
Method Summary
 String getName()
           
 com.intergral.fusiondebug.server.IFDStackFrame getStackFrame()
           
 com.intergral.fusiondebug.server.IFDValue getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDSimpleVariable

public FDSimpleVariable(com.intergral.fusiondebug.server.IFDStackFrame frame,
                        String name,
                        com.intergral.fusiondebug.server.IFDValue value)
Constructor of the class

Parameters:
frame -
name -
value -
children -

FDSimpleVariable

public FDSimpleVariable(com.intergral.fusiondebug.server.IFDStackFrame frame,
                        String name,
                        String value,
                        List children)
Constructor of the class

Parameters:
name -
value -
children -
Method Detail

getName

public String getName()
Specified by:
getName in interface com.intergral.fusiondebug.server.IFDVariable

getValue

public com.intergral.fusiondebug.server.IFDValue getValue()
Specified by:
getValue in interface com.intergral.fusiondebug.server.IFDVariable

getStackFrame

public com.intergral.fusiondebug.server.IFDStackFrame getStackFrame()
Specified by:
getStackFrame in interface com.intergral.fusiondebug.server.IFDVariable


Copyright © 2012 Railo