Example usage for org.antlr.v4.runtime.tree ParseTree interface-usage

List of usage examples for org.antlr.v4.runtime.tree ParseTree interface-usage

Introduction

In this page you can find the example usage for org.antlr.v4.runtime.tree ParseTree interface-usage.

Usage

From source file com.koltem.filetype.verilog.editor.VerilogParseTree.java

/**
 *
 * @author Koren
 */
@ServiceProvider(service = VerilogParseTree.class)
public class VerilogParseTree implements ParseTree {

From source file org.eclipse.titan.common.parsers.AddedParseTree.java

/**
 * Parse tree type for adding new strings to an existing ParseTree structure,
 * which was build during a parsing.
 * It has NO info about its start and end tokens, it just contains a string
 * It has NO children
 * @author Arpad Lovassy