railo.intergral.fusiondebug.server
Class FDStackFrameImpl
java.lang.Object
railo.intergral.fusiondebug.server.FDStackFrameImpl
- All Implemented Interfaces:
- com.intergral.fusiondebug.server.IFDStackFrame
public class FDStackFrameImpl
- extends Object
- implements com.intergral.fusiondebug.server.IFDStackFrame
FDStackFrameImpl
public FDStackFrameImpl(FDThreadImpl thread,
PageContextImpl pc,
StackTraceElement trace,
PageSource ps)
FDStackFrameImpl
public FDStackFrameImpl(FDThreadImpl thread,
PageContextImpl pc,
PageSource ps,
int line)
evaluate
public com.intergral.fusiondebug.server.IFDVariable evaluate(String expression)
throws com.intergral.fusiondebug.server.FDLanguageException
- Specified by:
evaluate
in interface com.intergral.fusiondebug.server.IFDStackFrame
- Throws:
com.intergral.fusiondebug.server.FDLanguageException
- See Also:
IFDStackFrame.evaluate(java.lang.String)
getExecutionUnitName
public String getExecutionUnitName()
- Specified by:
getExecutionUnitName
in interface com.intergral.fusiondebug.server.IFDStackFrame
- See Also:
IFDStackFrame.getExecutionUnitName()
getExecutionUnitPackage
public String getExecutionUnitPackage()
- Specified by:
getExecutionUnitPackage
in interface com.intergral.fusiondebug.server.IFDStackFrame
- See Also:
IFDStackFrame.getExecutionUnitPackage()
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interface com.intergral.fusiondebug.server.IFDStackFrame
- See Also:
IFDStackFrame.getLineNumber()
getSourceFileName
public String getSourceFileName()
- Specified by:
getSourceFileName
in interface com.intergral.fusiondebug.server.IFDStackFrame
- See Also:
IFDStackFrame.getSourceFileName()
getSourceFilePath
public String getSourceFilePath()
- Specified by:
getSourceFilePath
in interface com.intergral.fusiondebug.server.IFDStackFrame
- See Also:
IFDStackFrame.getSourceFilePath()
getThread
public com.intergral.fusiondebug.server.IFDThread getThread()
- Specified by:
getThread
in interface com.intergral.fusiondebug.server.IFDStackFrame
- See Also:
IFDStackFrame.getThread()
getScopeNames
public List getScopeNames()
- Specified by:
getScopeNames
in interface com.intergral.fusiondebug.server.IFDStackFrame
- See Also:
IFDStackFrame.getScopeNames()
testScopeNames
public static List testScopeNames(PageContextImpl pc)
getVariables
public List getVariables()
- Specified by:
getVariables
in interface com.intergral.fusiondebug.server.IFDStackFrame
- See Also:
IFDStackFrame.getVariables()
testVariables
public static List testVariables(PageContextImpl pc)
getVariables
public List getVariables(String strScope)
throws com.intergral.fusiondebug.server.FDLanguageException
- Specified by:
getVariables
in interface com.intergral.fusiondebug.server.IFDStackFrame
- Throws:
com.intergral.fusiondebug.server.FDLanguageException
- See Also:
IFDStackFrame.getVariables(java.lang.String)
testVariables
public static List testVariables(PageContextImpl pc,
String strScope)
throws com.intergral.fusiondebug.server.FDLanguageException
- Throws:
com.intergral.fusiondebug.server.FDLanguageException
getFrameInformation
public String getFrameInformation()
- Specified by:
getFrameInformation
in interface com.intergral.fusiondebug.server.IFDStackFrame
- See Also:
IFDStackFrame.getFrameInformation()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 Railo