|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.parser.RubyParserConfiguration
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 |
public RubyParserConfiguration()
Method Detail |
public java.util.List getBlockVariables()
getBlockVariables
in interface IRubyParserConfiguration
public void setBlockVariables(java.util.List blockVariables)
blockVariables
- The blockVariables to setpublic boolean isClassNest()
isClassNest
in interface IRubyParserConfiguration
public void setClassNest(boolean classNest)
classNest
- The classNest to setpublic boolean isCompileForEval()
isCompileForEval
in interface IRubyParserConfiguration
public void setCompileForEval(boolean compileForEval)
compileForEval
- The compileForEval to setpublic java.util.List getLocalVariables()
getLocalVariables
in interface IRubyParserConfiguration
public void setLocalVariables(java.util.List localVariables)
localVariables
- The localVariables to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |