org.drools.eclipse.debug.core
Class MVELThisVariable

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.debug.core.model.DebugElement
          extended by org.eclipse.jdt.internal.debug.core.model.JDIDebugElement
              extended by org.eclipse.jdt.internal.debug.core.model.JDIVariable
                  extended by org.eclipse.jdt.internal.debug.core.model.JDIThisVariable
                      extended by org.drools.eclipse.debug.core.MVELThisVariable
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, org.eclipse.debug.core.model.IDisconnect, org.eclipse.debug.core.model.IValueModification, org.eclipse.debug.core.model.IVariable, org.eclipse.jdt.debug.core.IJavaModifiers, org.eclipse.jdt.debug.core.IJavaVariable

public class MVELThisVariable
extends org.eclipse.jdt.internal.debug.core.model.JDIThisVariable


Field Summary
 
Fields inherited from class org.eclipse.jdt.internal.debug.core.model.JDIVariable
jdiStringSignature
 
Constructor Summary
MVELThisVariable(org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget target, com.sun.jdi.ObjectReference object, String label)
           
 
Method Summary
 String getName()
           
 boolean isPublic()
           
 
Methods inherited from class org.eclipse.jdt.internal.debug.core.model.JDIThisVariable
equals, getGenericSignature, getReferenceTypeName, getSignature, getUnderlyingType, hashCode, isPrivate, isProtected, retrieveValue
 
Methods inherited from class org.eclipse.jdt.internal.debug.core.model.JDIVariable
getAdapter, getChangeCount, getCurrentValue, getJavaType, getLastKnownValue, getValue, hasValueChanged, isFinal, isLocal, isPackagePrivate, isStatic, isSynthetic, setChangeCount, setValue, setValue, supportsValueModification, verifyValue, verifyValue
 
Methods inherited from class org.eclipse.jdt.internal.debug.core.model.JDIDebugElement
addJDIEventListener, canDisconnect, disconnect, disconnected, fireSuspendEvent, getEventRequestManager, getJavaDebugTarget, getModelIdentifier, getRequestTimeout, getUnknownMessage, getVM, internalError, internalError, isDisconnected, isStepFiltersEnabled, jdiRequestFailed, logError, notSupported, queueEvent, queueSuspendEvent, removeJDIEventListener, requestFailed, requestFailed, setRequestTimeout, supportsRequestTimeout, targetRequestFailed, targetRequestFailed, throwDebugException
 
Methods inherited from class org.eclipse.debug.core.model.DebugElement
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireTerminateEvent, getDebugTarget, getLaunch, notSupported, requestFailed
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 

Constructor Detail

MVELThisVariable

public MVELThisVariable(org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget target,
                        com.sun.jdi.ObjectReference object,
                        String label)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.eclipse.debug.core.model.IVariable
Overrides:
getName in class org.eclipse.jdt.internal.debug.core.model.JDIThisVariable

isPublic

public boolean isPublic()
                 throws org.eclipse.debug.core.DebugException
Specified by:
isPublic in interface org.eclipse.jdt.debug.core.IJavaModifiers
Overrides:
isPublic in class org.eclipse.jdt.internal.debug.core.model.JDIThisVariable
Throws:
org.eclipse.debug.core.DebugException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.