railo.intergral.fusiondebug.server.type
Class FDVariable

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

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


Constructor Summary
FDVariable(com.intergral.fusiondebug.server.IFDStackFrame frame, Collection.Key name, com.intergral.fusiondebug.server.IFDValue value)
          Constructor of the class
FDVariable(com.intergral.fusiondebug.server.IFDStackFrame frame, String name, com.intergral.fusiondebug.server.IFDValue value)
           
 
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

FDVariable

public FDVariable(com.intergral.fusiondebug.server.IFDStackFrame frame,
                  String name,
                  com.intergral.fusiondebug.server.IFDValue value)

FDVariable

public FDVariable(com.intergral.fusiondebug.server.IFDStackFrame frame,
                  Collection.Key name,
                  com.intergral.fusiondebug.server.IFDValue value)
Constructor of the class

Parameters:
name -
value -
frame -
Method Detail

getName

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

getStackFrame

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

getValue

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


Copyright © 2012 Railo