org.jruby.parser
Class RubyParserResult

java.lang.Object
  extended by org.jruby.parser.RubyParserResult

public class RubyParserResult
extends java.lang.Object


Field Summary
static java.util.List<Node> EMPTY_BEGIN_LIST
           
 
Constructor Summary
RubyParserResult()
           
 
Method Summary
 void addBeginNode(PreExeNode node)
           
 Node getAST()
           
 java.util.List<Node> getBeginNodes()
           
 int getEndOffset()
           
 DynamicScope getScope()
           
 void setAST(Node ast)
          Sets the ast.
 void setEndOffset(int endOffset)
           
 void setScope(DynamicScope scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_BEGIN_LIST

public static final java.util.List<Node> EMPTY_BEGIN_LIST
Constructor Detail

RubyParserResult

public RubyParserResult()
Method Detail

getAST

public Node getAST()

getScope

public DynamicScope getScope()

setScope

public void setScope(DynamicScope scope)

setAST

public void setAST(Node ast)
Sets the ast.

Parameters:
ast - The ast to set

addBeginNode

public void addBeginNode(PreExeNode node)

getBeginNodes

public java.util.List<Node> getBeginNodes()

getEndOffset

public int getEndOffset()

setEndOffset

public void setEndOffset(int endOffset)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.