Example usage for org.antlr.v4.runtime RuleContext EMPTY

List of usage examples for org.antlr.v4.runtime RuleContext EMPTY

Introduction

In this page you can find the example usage for org.antlr.v4.runtime RuleContext EMPTY.

Prototype

ParserRuleContext EMPTY

To view the source code for org.antlr.v4.runtime RuleContext EMPTY.

Click Source Link

Usage

From source file:com.koltem.filetype.verilog.editor.VerilogContextTreeListener.java

public VerilogContextTreeListener(Verilog2001Parser parser) {
    recognitionException = new RecognitionException(parser, null, RuleContext.EMPTY);
    syntaxErrors = new ArrayList<SyntaxError>();

}