org.eclipse.swt.internal.mozilla
Class nsIJSContextStack

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIJSContextStack

public class nsIJSContextStack
extends nsISupports


Field Summary
static nsID NS_IJSCONTEXTSTACK_IID
           
static java.lang.String NS_IJSCONTEXTSTACK_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIJSContextStack(long address)
           
 
Method Summary
 int GetCount(int[] aCount)
           
 int Peek(long[] _retval)
           
 int Pop(long[] _retval)
           
 int Push(long cx)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsISupports
AddRef, getAddress, QueryInterface, Release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_IJSCONTEXTSTACK_IID_STR

public static final java.lang.String NS_IJSCONTEXTSTACK_IID_STR
See Also:
Constant Field Values

NS_IJSCONTEXTSTACK_IID

public static final nsID NS_IJSCONTEXTSTACK_IID
Constructor Detail

nsIJSContextStack

public nsIJSContextStack(long address)
Method Detail

GetCount

public int GetCount(int[] aCount)

Peek

public int Peek(long[] _retval)

Pop

public int Pop(long[] _retval)

Push

public int Push(long cx)