org.jruby.parser
Class RubyParserConfiguration

java.lang.Object
  extended byorg.jruby.parser.RubyParserConfiguration
All Implemented Interfaces:
IConfiguration, IRubyParserConfiguration

public class RubyParserConfiguration
extends java.lang.Object
implements IRubyParserConfiguration

Version:
$Revision: 1.2 $
Author:
jpetersen

Constructor Summary
RubyParserConfiguration()
          Constructor for RubyParserConfiguration.
 
Method Summary
 java.util.List getBlockVariables()
          Gets the blockVariables.
 java.util.List getLocalVariables()
          Gets the localVariables.
 boolean isClassNest()
          Gets the classNest.
 boolean isCompileForEval()
          Gets the compileForEval.
 void setBlockVariables(java.util.List blockVariables)
          Sets the blockVariables.
 void setClassNest(boolean classNest)
          Sets the classNest.
 void setCompileForEval(boolean compileForEval)
          Sets the compileForEval.
 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

RubyParserConfiguration

public RubyParserConfiguration()
Constructor for RubyParserConfiguration.

Method Detail

getBlockVariables

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

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

setBlockVariables

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

Parameters:
blockVariables - The blockVariables to set

isClassNest

public boolean isClassNest()
Gets the classNest.

Specified by:
isClassNest in interface IRubyParserConfiguration
Returns:
Returns a boolean

setClassNest

public void setClassNest(boolean classNest)
Sets the classNest.

Parameters:
classNest - The classNest to set

isCompileForEval

public boolean isCompileForEval()
Gets the compileForEval.

Specified by:
isCompileForEval in interface IRubyParserConfiguration
Returns:
Returns a boolean

setCompileForEval

public void setCompileForEval(boolean compileForEval)
Sets the compileForEval.

Parameters:
compileForEval - The compileForEval to set

getLocalVariables

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

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

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.