|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.parser.RubyParserResult
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 |
public RubyParserResult()
Method Detail |
public INode getBeginNodes()
getBeginNodes
in interface IRubyParserResult
public java.util.List getLocalVariables()
getLocalVariables
in interface IRubyParserResult
public java.util.List getBlockVariables()
getBlockVariables
in interface IRubyParserResult
public java.io.InputStream getAfterEndStream()
getAfterEndStream
in interface IRubyParserResult
public INode getAST()
getAST
in interface IParserResult
IParserResult#getAST()
public void setAfterEndStream(java.io.InputStream afterEndStream)
afterEndStream
- The afterEndStream to setpublic void setAST(INode ast)
ast
- The ast to setpublic void setBeginNodes(INode beginNodes)
beginNodes
- The beginNodes to setpublic void setBlockVariables(java.util.List blockVariables)
blockVariables
- The blockVariables to setpublic 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 |