org.xwt.js
Class Function.LoopMarker

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

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


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

Field Detail

location

public int location

label

public java.lang.String label

scope

public JS.Scope scope
Constructor Detail

Function.LoopMarker

public Function.LoopMarker(int location,
                           java.lang.String label,
                           JS.Scope scope)