Java org.antlr.v4.runtime.tree RuleNode fields, constructors, methods, implement or subclass

Example usage for Java org.antlr.v4.runtime.tree RuleNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.antlr.v4.runtime.tree RuleNode.

The text is from its open source code.

Method

ParseTreegetChild(int i)
intgetChildCount()
How many children are there?
ParseTreegetParent()
RuleContextgetRuleContext()
IntervalgetSourceInterval()
Return an Interval indicating the index in the TokenStream of the first and last token associated with this subtree.
StringgetText()
Return the combined text of all leaf nodes.