org.jruby.parser
Class BlockNamesElement
java.lang.Object
org.jruby.parser.BlockNamesElement
- All Implemented Interfaces:
- StackElement
- public class BlockNamesElement
- extends java.lang.Object
- implements StackElement
- Version:
- $Revision: 1.4 $
- Author:
- jpetersen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockNamesElement
public BlockNamesElement()
getNext
public StackElement getNext()
- Specified by:
getNext
in interface StackElement
- See Also:
StackElement.getNext()
setNext
public void setNext(StackElement newNext)
- Specified by:
setNext
in interface StackElement
- See Also:
StackElement.setNext(StackElement)
isDefined
public boolean isDefined(java.lang.String name)
add
public void add(java.lang.String name)
getNames
public java.util.List getNames()
setNames
public void setNames(java.util.List names)
Copyright © 2002 Jan Arne Petersen. All Rights Reserved.