| |
|
| org.drools.eclipse.debug.VariableWrapper
VariableWrapper | public class VariableWrapper extends PlatformObject implements IJavaVariable(Code) | | Creates a Variable from an IValue and a given name.
author: kris verlaenen |
VariableWrapper | public VariableWrapper(String name, IJavaValue value)(Code) | | |
getDebugTarget | public IDebugTarget getDebugTarget()(Code) | | |
getGenericSignature | public String getGenericSignature() throws DebugException(Code) | | |
getJavaType | public IJavaType getJavaType() throws DebugException(Code) | | |
getLaunch | public ILaunch getLaunch()(Code) | | |
getReferenceTypeName | public String getReferenceTypeName() throws DebugException(Code) | | |
getSignature | public String getSignature() throws DebugException(Code) | | |
getValue | public IValue getValue()(Code) | | |
hasValueChanged | public boolean hasValueChanged()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isFinal | public boolean isFinal()(Code) | | |
isLocal | public boolean isLocal()(Code) | | |
isPackagePrivate | public boolean isPackagePrivate()(Code) | | |
isPrivate | public boolean isPrivate()(Code) | | |
isProtected | public boolean isProtected()(Code) | | |
isPublic | public boolean isPublic()(Code) | | |
isStatic | public boolean isStatic()(Code) | | |
isSynthetic | public boolean isSynthetic()(Code) | | |
setLocal | public void setLocal(boolean val)(Code) | | |
setPublic | public void setPublic(boolean val)(Code) | | |
setValue | public void setValue(IValue value)(Code) | | |
supportsValueModification | public boolean supportsValueModification()(Code) | | |
verifyValue | public boolean verifyValue(String expression)(Code) | | |
verifyValue | public boolean verifyValue(IValue value)(Code) | | |
|
|
|