Package org.jruby.parser
Class RubyParserResult
java.lang.Object
org.jruby.parser.RubyParserResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBeginNode
(PreExeNode node) getAST()
int
getScope()
void
Sets the ast.void
setEndOffset
(int endOffset) void
setScope
(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)
-