Class EolVariable

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, org.eclipse.debug.core.model.IValueModification, org.eclipse.debug.core.model.IVariable

    public class EolVariable
    extends EolDebugElement
    implements org.eclipse.debug.core.model.IVariable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected org.eclipse.debug.core.model.IValue value  
    • Constructor Summary

      Constructors 
      Constructor Description
      EolVariable​(org.eclipse.debug.core.model.IDebugTarget target, java.lang.String name, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getReferenceTypeName()  
      org.eclipse.debug.core.model.IValue getValue()  
      boolean hasValueChanged()  
      boolean isLoop()  
      void setLoop​(boolean isLoop)  
      void setValue​(java.lang.String expression)  
      void setValue​(org.eclipse.debug.core.model.IValue value)  
      boolean supportsValueModification()  
      java.lang.String toString()  
      boolean verifyValue​(java.lang.String expression)  
      boolean verifyValue​(org.eclipse.debug.core.model.IValue value)  
      • Methods inherited from class org.eclipse.debug.core.model.DebugElement

        fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch, notSupported, requestFailed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.eclipse.core.runtime.IAdaptable

        getAdapter
      • Methods inherited from interface org.eclipse.debug.core.model.IDebugElement

        getDebugTarget, getLaunch, getModelIdentifier
    • Field Detail

      • name

        protected java.lang.String name
      • value

        protected org.eclipse.debug.core.model.IValue value
    • Constructor Detail

      • EolVariable

        public EolVariable​(org.eclipse.debug.core.model.IDebugTarget target,
                           java.lang.String name,
                           java.lang.Object value)
    • Method Detail

      • setValue

        public void setValue​(java.lang.String expression)
                      throws org.eclipse.debug.core.DebugException
        Specified by:
        setValue in interface org.eclipse.debug.core.model.IValueModification
        Throws:
        org.eclipse.debug.core.DebugException
      • setValue

        public void setValue​(org.eclipse.debug.core.model.IValue value)
                      throws org.eclipse.debug.core.DebugException
        Specified by:
        setValue in interface org.eclipse.debug.core.model.IValueModification
        Throws:
        org.eclipse.debug.core.DebugException
      • supportsValueModification

        public boolean supportsValueModification()
        Specified by:
        supportsValueModification in interface org.eclipse.debug.core.model.IValueModification
      • verifyValue

        public boolean verifyValue​(java.lang.String expression)
                            throws org.eclipse.debug.core.DebugException
        Specified by:
        verifyValue in interface org.eclipse.debug.core.model.IValueModification
        Throws:
        org.eclipse.debug.core.DebugException
      • verifyValue

        public boolean verifyValue​(org.eclipse.debug.core.model.IValue value)
                            throws org.eclipse.debug.core.DebugException
        Specified by:
        verifyValue in interface org.eclipse.debug.core.model.IValueModification
        Throws:
        org.eclipse.debug.core.DebugException
      • getValue

        public org.eclipse.debug.core.model.IValue getValue()
                                                     throws org.eclipse.debug.core.DebugException
        Specified by:
        getValue in interface org.eclipse.debug.core.model.IVariable
        Throws:
        org.eclipse.debug.core.DebugException
      • getName

        public java.lang.String getName()
                                 throws org.eclipse.debug.core.DebugException
        Specified by:
        getName in interface org.eclipse.debug.core.model.IVariable
        Throws:
        org.eclipse.debug.core.DebugException
      • getReferenceTypeName

        public java.lang.String getReferenceTypeName()
                                              throws org.eclipse.debug.core.DebugException
        Specified by:
        getReferenceTypeName in interface org.eclipse.debug.core.model.IVariable
        Throws:
        org.eclipse.debug.core.DebugException
      • hasValueChanged

        public boolean hasValueChanged()
                                throws org.eclipse.debug.core.DebugException
        Specified by:
        hasValueChanged in interface org.eclipse.debug.core.model.IVariable
        Throws:
        org.eclipse.debug.core.DebugException
      • isLoop

        public boolean isLoop()
      • setLoop

        public void setLoop​(boolean isLoop)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object