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

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

Introduction

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

The text is from its open source code.

Method

TreegetChild(int i)
If there are children, get the i th value indexed from 0.
intgetChildCount()
How many children are there?
TreegetParent()
The parent of this node.
ObjectgetPayload()
This method returns whatever object represents the data at this note.