org.jrubyparser.parser
Class ParserResult
java.lang.Object
org.jrubyparser.parser.ParserResult
public class ParserResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_BEGIN_LIST
public static final List<Node> EMPTY_BEGIN_LIST
EMPTY_COMMENT_LIST
public static final List<CommentNode> EMPTY_COMMENT_LIST
ParserResult
public ParserResult()
getAST
public Node getAST()
setAST
public void setAST(Node ast)
- Sets the ast.
- Parameters:
ast - The ast to set
addSyntax
public void addSyntax(SyntaxNode node)
addBeginNode
public void addBeginNode(PreExeNode node)
getBeginNodes
public List<Node> getBeginNodes()
getEndOffset
public int getEndOffset()
getSyntaxNodes
public List<SyntaxNode> getSyntaxNodes()
setEndOffset
public void setEndOffset(int endOffset)
setScope
public void setScope(StaticScope scope)
getScope
public StaticScope getScope()
weaveInExtraSyntax
public void weaveInExtraSyntax()
Copyright © 2013. All Rights Reserved.