|
|||||||||||
| 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 IRubyParserConfigurationpublic void setBlockVariables(java.util.List blockVariables)
blockVariables - The blockVariables to setpublic boolean isClassNest()
isClassNest in interface IRubyParserConfigurationpublic void setClassNest(boolean classNest)
classNest - The classNest to setpublic boolean isCompileForEval()
isCompileForEval in interface IRubyParserConfigurationpublic void setCompileForEval(boolean compileForEval)
compileForEval - The compileForEval to setpublic java.util.List getLocalVariables()
getLocalVariables in interface IRubyParserConfigurationpublic 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 | ||||||||||