Package me.topchetoeu.j2s.repl.debug
Class ScopeObject.ScopeMember
java.lang.Object
me.topchetoeu.j2s.runtime.values.Member.FieldMember
me.topchetoeu.j2s.repl.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
FieldsFields inherited from class me.topchetoeu.j2s.runtime.values.Member.FieldMember
configurable, enumerable, self, writable
-
Constructor Summary
ConstructorsConstructorDescriptionScopeMember
(me.topchetoeu.j2s.runtime.values.Value self, me.topchetoeu.j2s.runtime.Frame frame, int i) -
Method Summary
Modifier and TypeMethodDescriptionme.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
-
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)
-