|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.datatools.sqltools.debugger.model.SPDebugElement
org.eclipse.datatools.sqltools.debugger.model.SPVariable
org.eclipse.datatools.sqltools.debugger.model.SPLocalVariable
public abstract class SPLocalVariable
Represents a SQL variable/parameter defined in a Routine
object.
Constructor Summary | |
---|---|
SPLocalVariable(SPDebugTarget target,
java.lang.String name)
|
Method Summary | |
---|---|
boolean |
isGlobal()
|
Methods inherited from class org.eclipse.datatools.sqltools.debugger.model.SPVariable |
---|
getName, getReferenceTypeName, getValue, hasValueChanged, internalSetValue |
Methods inherited from class org.eclipse.datatools.sqltools.debugger.model.SPDebugElement |
---|
fireChangeEvent, fireResumeEvent, fireSuspendEvent, getAdapter, getDebugTarget, getLaunch, getModelIdentifier, getSPDebugTarget, notSupported |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement |
---|
getDebugTarget, getLaunch, getModelIdentifier |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Methods inherited from interface org.eclipse.debug.core.model.IValueModification |
---|
setValue, setValue, supportsValueModification, verifyValue, verifyValue |
Constructor Detail |
---|
public SPLocalVariable(SPDebugTarget target, java.lang.String name)
target
- name
- Method Detail |
---|
public boolean isGlobal()
isGlobal
in class SPVariable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |