Class EngineException.StackElement

java.lang.Object
me.topchetoeu.j2s.runtime.exceptions.EngineException.StackElement
Enclosing class:
EngineException

public static class EngineException.StackElement extends Object
  • Field Details

    • location

      public final me.topchetoeu.j2s.common.Location location
    • name

      public final String 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

    • visible

      public boolean visible()
    • toString

      public String toString()
      Overrides:
      toString in class Object