| org.drools.eclipse.debug.core.DroolsStackFrame
All known Subclasses: org.drools.eclipse.debug.core.MVELStackFrame,
DroolsStackFrame | public class DroolsStackFrame extends JDIStackFrame (Code) | | |
DroolsStackFrame | public DroolsStackFrame(DroolsThread thread, StackFrame frame, int depth)(Code) | | |
bind | protected JDIStackFrame bind(StackFrame frame, int depth)(Code) | | |
exists | protected boolean exists()(Code) | | |
getDeclaringTypeName | public String getDeclaringTypeName() throws DebugException(Code) | | |
getExecutingFunctionInfo | public FunctionInfo getExecutingFunctionInfo()(Code) | | |
getExecutingRuleInfo | public RuleInfo getExecutingRuleInfo()(Code) | | |
getLineNumber | public int getLineNumber() throws DebugException(Code) | | |
getLineNumber | public int getLineNumber(String stratum) throws DebugException(Code) | | |
getLocalVariables | public IJavaVariable[] getLocalVariables() throws DebugException(Code) | | |
getReceivingTypeName | public String getReceivingTypeName() throws DebugException(Code) | | |
getSourceName | public String getSourceName() throws DebugException(Code) | | |
getSourcePath | public String getSourcePath() throws DebugException(Code) | | |
getThread | public IThread getThread()(Code) | | |
getUnderlyingMethod | public Method getUnderlyingMethod()(Code) | | |
getUnderlyingStackFrame | protected StackFrame getUnderlyingStackFrame() throws DebugException(Code) | | |
getUnderlyingThisObject | protected ObjectReference getUnderlyingThisObject() throws DebugException(Code) | | |
getUnderlyingVisibleVariables | protected List getUnderlyingVisibleVariables() throws DebugException(Code) | | |
getVariables | public IVariable[] getVariables() throws DebugException(Code) | | |
getVariables0 | protected List getVariables0() throws DebugException(Code) | | |
isExecutingRule | public boolean isExecutingRule()(Code) | | |
isObsolete | public boolean isObsolete()(Code) | | |
setThread | protected void setThread(JDIThread thread)(Code) | | |
setUnderlyingStackFrame | protected void setUnderlyingStackFrame(StackFrame frame)(Code) | | |
setVariables | protected void setVariables(List variables)(Code) | | |
updateVariables | protected void updateVariables() throws DebugException(Code) | | |
wereLocalsAvailable | public boolean wereLocalsAvailable()(Code) | | |
|
|