Uses of Interface
org.jruby.util.collections.StackElement

Packages that use StackElement
org.jruby.parser   
org.jruby.runtime   
org.jruby.util.collections   
 

Uses of StackElement in org.jruby.parser
 

Classes in org.jruby.parser that implement StackElement
 class BlockNamesElement
           
 class LocalNamesElement
           
 

Methods in org.jruby.parser that return StackElement
 StackElement BlockNamesElement.getNext()
           
 StackElement BlockNamesStack.pop()
           
 StackElement LocalNamesElement.getNext()
           
 

Methods in org.jruby.parser with parameters of type StackElement
 void BlockNamesElement.setNext(StackElement newNext)
           
 void BlockNamesStack.push(StackElement newElement)
           
 void LocalNamesElement.setNext(StackElement newNext)
           
 

Uses of StackElement in org.jruby.runtime
 

Classes in org.jruby.runtime that implement StackElement
 class Block
           
 class Scope
          A Scope in the Ruby Stack of scopes.
 

Methods in org.jruby.runtime that return StackElement
 StackElement Block.getNext()
           
 StackElement Scope.getNext()
           
 StackElement ScopeStack.pop()
           
 

Methods in org.jruby.runtime with parameters of type StackElement
 void Block.setNext(StackElement newNext)
           
 void Scope.setNext(StackElement newNext)
           
 void ScopeStack.push(StackElement newElement)
           
 void ScopeStack.setTop(StackElement newElement)
           
 

Uses of StackElement in org.jruby.util.collections
 

Fields in org.jruby.util.collections declared as StackElement
protected  StackElement AbstractStack.top
           
 

Methods in org.jruby.util.collections that return StackElement
 StackElement AbstractStack.getTop()
           
 StackElement AbstractStack.pop()
           
 StackElement StackElement.getNext()
           
 

Methods in org.jruby.util.collections with parameters of type StackElement
 void AbstractStack.push(StackElement newElement)
           
 void StackElement.setNext(StackElement newNext)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.