org.jruby.parser
Class RubyParserResult

java.lang.Object
  extended byorg.jruby.parser.RubyParserResult
All Implemented Interfaces:
IParserResult, IRubyParserResult

public class RubyParserResult
extends java.lang.Object
implements IRubyParserResult

Version:
$Revision: 1.2 $
Author:
jpetersen

Constructor Summary
RubyParserResult()
          Constructor for RubyParserResult.
 
Method Summary
 java.io.InputStream getAfterEndStream()
          Gets the afterEndStream.
 INode getAST()
           
 INode getBeginNodes()
          Gets the beginNodes.
 java.util.List getBlockVariables()
          Gets the blockVariables.
 java.util.List getLocalVariables()
          Gets the localVariables.
 void setAfterEndStream(java.io.InputStream afterEndStream)
          Sets the afterEndStream.
 void setAST(INode ast)
          Sets the ast.
 void setBeginNodes(INode beginNodes)
          Sets the beginNodes.
 void setBlockVariables(java.util.List blockVariables)
          Sets the blockVariables.
 void setLocalVariables(java.util.List localVariables)
          Sets the localVariables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyParserResult

public RubyParserResult()
Constructor for RubyParserResult.

Method Detail

getBeginNodes

public INode getBeginNodes()
Gets the beginNodes.

Specified by:
getBeginNodes in interface IRubyParserResult
Returns:
Returns a INode

getLocalVariables

public java.util.List getLocalVariables()
Gets the localVariables.

Specified by:
getLocalVariables in interface IRubyParserResult
Returns:
Returns a List

getBlockVariables

public java.util.List getBlockVariables()
Gets the blockVariables.

Specified by:
getBlockVariables in interface IRubyParserResult
Returns:
Returns a List

getAfterEndStream

public java.io.InputStream getAfterEndStream()
Gets the afterEndStream.

Specified by:
getAfterEndStream in interface IRubyParserResult
Returns:
Returns a InputStream

getAST

public INode getAST()
Specified by:
getAST in interface IParserResult
See Also:
IParserResult#getAST()

setAfterEndStream

public void setAfterEndStream(java.io.InputStream afterEndStream)
Sets the afterEndStream.

Parameters:
afterEndStream - The afterEndStream to set

setAST

public void setAST(INode ast)
Sets the ast.

Parameters:
ast - The ast to set

setBeginNodes

public void setBeginNodes(INode beginNodes)
Sets the beginNodes.

Parameters:
beginNodes - The beginNodes to set

setBlockVariables

public void setBlockVariables(java.util.List blockVariables)
Sets the blockVariables.

Parameters:
blockVariables - The blockVariables to set

setLocalVariables

public void setLocalVariables(java.util.List localVariables)
Sets the localVariables.

Parameters:
localVariables - The localVariables to set


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.