|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the result of parsing a file with the Ruby parser.
Method Summary | |
java.io.InputStream |
getAfterEndStream()
An input stream to the content after the __END__ directive. |
INode |
getBeginNodes()
Returns a Node which contains all BEGIN blocks. |
java.util.List |
getBlockVariables()
Returns a list of the names of the top level block variables. |
java.util.List |
getLocalVariables()
Returns a list of the names of the top level local variables. |
Methods inherited from interface org.ablaf.parser.IParserResult |
getAST |
Method Detail |
public INode getBeginNodes()
public java.util.List getLocalVariables()
public java.util.List getBlockVariables()
public java.io.InputStream getAfterEndStream()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |