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

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

Introduction

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

The text is from its open source code.

Method

ParseTreegetParent()
IntervalgetSourceInterval()
Return an Interval indicating the index in the TokenStream of the first and last token associated with this subtree.
TokengetSymbol()
StringgetText()
Return the combined text of all leaf nodes.