Class ScopeObject.ScopeMember

java.lang.Object
me.topchetoeu.j2s.runtime.values.Member.FieldMember
me.topchetoeu.j2s.lib.debug.ScopeObject.ScopeMember
All Implemented Interfaces:
me.topchetoeu.j2s.runtime.values.Member
Enclosing class:
ScopeObject

public static final class ScopeObject.ScopeMember extends me.topchetoeu.j2s.runtime.values.Member.FieldMember
  • Nested Class Summary

    Nested classes/interfaces inherited from interface me.topchetoeu.j2s.runtime.values.Member

    me.topchetoeu.j2s.runtime.values.Member.FieldMember, me.topchetoeu.j2s.runtime.values.Member.PropertyMember
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final me.topchetoeu.j2s.runtime.Frame
     
    final int
     

    Fields inherited from class me.topchetoeu.j2s.runtime.values.Member.FieldMember

    configurable, enumerable, self, writable
  • Constructor Summary

    Constructors
    Constructor
    Description
    ScopeMember(me.topchetoeu.j2s.runtime.values.Value self, me.topchetoeu.j2s.runtime.Frame frame, int i)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    me.topchetoeu.j2s.runtime.values.Value
    get(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.runtime.values.Value self)
     
    boolean
    set(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.runtime.values.Value val, me.topchetoeu.j2s.runtime.values.Value self)
     

    Methods inherited from class me.topchetoeu.j2s.runtime.values.Member.FieldMember

    configurable, descriptor, enumerable, of, of, of, reconfigure, writable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • frame

      public final me.topchetoeu.j2s.runtime.Frame frame
    • i

      public final int i
  • Constructor Details

    • ScopeMember

      public ScopeMember(me.topchetoeu.j2s.runtime.values.Value self, me.topchetoeu.j2s.runtime.Frame frame, int i)
  • Method Details

    • get

      public me.topchetoeu.j2s.runtime.values.Value get(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.runtime.values.Value self)
    • set

      public boolean set(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.runtime.values.Value val, me.topchetoeu.j2s.runtime.values.Value self)