Example usage for org.antlr.v4.runtime Token interface-usage

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

Introduction

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

Usage

From source file org.eclipse.titan.designer.AST.ASN1.Block.java

/**
 * Represents a block of tokens.
 * <p>
 * In ASN.1 most of the tokens inside blocks can not be analyzed directly in
 * parse time. For this reason we are collecting them in such blocks, and when
 * the semantics are, these blocks are processed.