Package org.jruby.parser
Class RubyParserResult
java.lang.Object
org.jruby.parser.RubyParserResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBeginNode(PreExeNode node) getAST()intgetScope()voidSets the ast.voidsetEndOffset(int endOffset) voidsetScope(DynamicScope scope)
-
Field Details
-
EMPTY_BEGIN_LIST
-
-
Constructor Details
-
RubyParserResult
public RubyParserResult()
-
-
Method Details
-
getAST
-
getScope
-
setScope
-
setAST
Sets the ast.- Parameters:
ast- The ast to set
-
addBeginNode
-
getBeginNodes
-
getEndOffset
public int getEndOffset() -
setEndOffset
public void setEndOffset(int endOffset)
-