Example usage for org.antlr.v4.runtime IntStream UNKNOWN_SOURCE_NAME

List of usage examples for org.antlr.v4.runtime IntStream UNKNOWN_SOURCE_NAME

Introduction

In this page you can find the example usage for org.antlr.v4.runtime IntStream UNKNOWN_SOURCE_NAME.

Prototype

String UNKNOWN_SOURCE_NAME

To view the source code for org.antlr.v4.runtime IntStream UNKNOWN_SOURCE_NAME.

Click Source Link

Document

The value returned by #getSourceName when the actual name of the underlying source is not known.

Usage

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

License:Open Source License

@Override
public String getSourceName() {
    return IntStream.UNKNOWN_SOURCE_NAME;
}