Class EngineException.StackElement
java.lang.Object
me.topchetoeu.j2s.runtime.exceptions.EngineException.StackElement
- Enclosing class:
- EngineException
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStackElement
(me.topchetoeu.j2s.common.Environment ext, me.topchetoeu.j2s.common.Location location, String name) -
Method Summary
-
Field Details
-
location
public final me.topchetoeu.j2s.common.Location location -
name
-
ext
public final me.topchetoeu.j2s.common.Environment ext
-
-
Constructor Details
-
StackElement
public StackElement(me.topchetoeu.j2s.common.Environment ext, me.topchetoeu.j2s.common.Location location, String name)
-
-
Method Details