org.xwt.js
Class Function.TryMarker

java.lang.Object
  extended byorg.xwt.js.Function.TryMarker
Enclosing class:
Function

public static class Function.TryMarker
extends java.lang.Object


Field Summary
 int catchLoc
           
 int finallyLoc
           
 JS.Scope scope
           
 
Constructor Summary
Function.TryMarker(int catchLoc, int finallyLoc, JS.Scope scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

catchLoc

public int catchLoc

finallyLoc

public int finallyLoc

scope

public JS.Scope scope
Constructor Detail

Function.TryMarker

public Function.TryMarker(int catchLoc,
                          int finallyLoc,
                          JS.Scope scope)